2 writes to chrg
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1987chrg = new CHARRANGE 3188chrg = c
10 references to chrg
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (8)
2015txrg.chrg.cpMin = chrg.cpMax; 2016txrg.chrg.cpMax += CHAR_BUFFER_LEN; 2023txrg.chrg.cpMax = chrg.cpMin; 2024txrg.chrg.cpMin -= CHAR_BUFFER_LEN; 2028if (txrg.chrg.cpMin < 0) 2030txrg.chrg.cpMin = 0; 2036txrg.chrg.cpMax = Math.Min(txrg.chrg.cpMax, end);
System.Windows.Forms.Interop.Tests (2)
RichTextBoxTests.cs (2)
160Assert.Equal(109, value.chrg.cpMin); 161Assert.Equal(1577, value.chrg.cpMax);