2 writes to chrg
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1987
chrg
= new CHARRANGE
3188
chrg
= c
10 references to chrg
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (8)
2015
txrg.
chrg
.cpMin = chrg.cpMax;
2016
txrg.
chrg
.cpMax += CHAR_BUFFER_LEN;
2023
txrg.
chrg
.cpMax = chrg.cpMin;
2024
txrg.
chrg
.cpMin -= CHAR_BUFFER_LEN;
2028
if (txrg.
chrg
.cpMin < 0)
2030
txrg.
chrg
.cpMin = 0;
2036
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);