12 references to chrg
System.Windows.Forms (10)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (10)
1860ft.chrg.cpMin = start; 1861ft.chrg.cpMax = end; 1866ft.chrg.cpMin = end; 1867ft.chrg.cpMax = start; 1871if (ft.chrg.cpMin == ft.chrg.cpMax) 1875ft.chrg.cpMin = 0; 1876ft.chrg.cpMax = -1; 1880ft.chrg.cpMin = textLen; 1881ft.chrg.cpMax = 0;
System.Windows.Forms.Interop.Tests (2)
RichTextBoxTests.cs (2)
84Assert.Equal(109, value.chrg.cpMin); 85Assert.Equal(1577, value.chrg.cpMax);