2 writes to chrg
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1978
chrg
= new CHARRANGE
3169
chrg
= c
10 references to chrg
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (8)
2006
txrg.
chrg
.cpMin = chrg.cpMax;
2007
txrg.
chrg
.cpMax += CHAR_BUFFER_LEN;
2014
txrg.
chrg
.cpMax = chrg.cpMin;
2015
txrg.
chrg
.cpMin -= CHAR_BUFFER_LEN;
2019
if (txrg.
chrg
.cpMin < 0)
2021
txrg.
chrg
.cpMin = 0;
2027
txrg.
chrg
.cpMax = Math.Min(txrg.
chrg
.cpMax, end);
System.Windows.Forms.Interop.Tests (2)
RichTextBoxTests.cs (2)
160
Assert.Equal(109, value.
chrg
.cpMin);
161
Assert.Equal(1577, value.
chrg
.cpMax);