1 write to chrg
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1973ft.chrg = new NativeMethods.CHARRANGE();
10 references to chrg
System.Windows.Forms (10)
winforms\Managed\System\WinForms\RichTextBox.cs (10)
1989ft.chrg.cpMin = start; 1990ft.chrg.cpMax = end; 1995ft.chrg.cpMin = end; 1996ft.chrg.cpMax = start; 2000if (ft.chrg.cpMin == ft.chrg.cpMax) { 2002ft.chrg.cpMin = 0; 2003ft.chrg.cpMax = -1; 2006ft.chrg.cpMin = textLen; 2007ft.chrg.cpMax = 0;