2 writes to chrg
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2014chrg = new CHARRANGE 3272chrg = c
8 references to chrg
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (8)
2042txrg.chrg.cpMin = chrg.cpMax; 2043txrg.chrg.cpMax += CHAR_BUFFER_LEN; 2050txrg.chrg.cpMax = chrg.cpMin; 2051txrg.chrg.cpMin -= CHAR_BUFFER_LEN; 2055if (txrg.chrg.cpMin < 0) 2057txrg.chrg.cpMin = 0; 2063txrg.chrg.cpMax = Math.Min(txrg.chrg.cpMax, end);