2 writes to chrg
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2128txrg.chrg = new NativeMethods.CHARRANGE(); 3367txrg.chrg = c;
10 references to chrg
System.Windows.Forms (10)
winforms\Managed\System\WinForms\RichTextBox.cs (10)
2130txrg.chrg.cpMin = chrg.cpMin; 2131txrg.chrg.cpMax = chrg.cpMax; 2149txrg.chrg.cpMin = chrg.cpMax; 2150txrg.chrg.cpMax += CHAR_BUFFER_LEN; 2156txrg.chrg.cpMax = chrg.cpMin; 2157txrg.chrg.cpMin -= CHAR_BUFFER_LEN; 2161if (txrg.chrg.cpMin < 0) 2162txrg.chrg.cpMin = 0; 2166txrg.chrg.cpMax = Math.Min(txrg.chrg.cpMax, end);