12 references to chrg
System.Windows.Forms (10)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (10)
1869ft.chrg.cpMin = start; 1870ft.chrg.cpMax = end; 1875ft.chrg.cpMin = end; 1876ft.chrg.cpMax = start; 1880if (ft.chrg.cpMin == ft.chrg.cpMax) 1884ft.chrg.cpMin = 0; 1885ft.chrg.cpMax = -1; 1889ft.chrg.cpMin = textLen; 1890ft.chrg.cpMax = 0;
System.Windows.Forms.Interop.Tests (2)
RichTextBoxTests.cs (2)
84Assert.Equal(109, value.chrg.cpMin); 85Assert.Equal(1577, value.chrg.cpMax);