1 write to charrange
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3577
es.
charrange
= new NativeMethods.CHARRANGE();
3 references to charrange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3346
string linktext = CharRangeToString(enlink.
charrange
);
3585
es.
charrange
.cpMin = Marshal.ReadInt32((IntPtr)(es64p + 44));
3586
es.
charrange
.cpMax = Marshal.ReadInt32((IntPtr)(es64p + 48));