2 writes to chrg
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1978chrg = new CHARRANGE 3169chrg = c
10 references to chrg
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (8)
2006txrg.chrg.cpMin = chrg.cpMax; 2007txrg.chrg.cpMax += CHAR_BUFFER_LEN; 2014txrg.chrg.cpMax = chrg.cpMin; 2015txrg.chrg.cpMin -= CHAR_BUFFER_LEN; 2019if (txrg.chrg.cpMin < 0) 2021txrg.chrg.cpMin = 0; 2027txrg.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);