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