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