Esempio n. 1
0
 /// <summary>
 /// Increases the document's reference count
 /// </summary>
 /// <remarks>No, you aren't looking at COM, move along.</remarks>
 public void AddRef()
 {
     NativeScintilla.AddRefDocument(_handle);
 }