6 references to EndOfLineWidth
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
130
pt.X +=
EndOfLineWidth
; // add 2 px to show the end of line
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
185
pt.X +=
EndOfLineWidth
; // add 2 px to show the end of line
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
334
pt.X +=
EndOfLineWidth
; // add 2 px to show the end of line
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
364
Rectangle endlineRectangle = new(endlinePoint.X, endlinePoint.Y + 2, UiaTextProvider.
EndOfLineWidth
, Math.Abs(_provider.Logfont.lfHeight) + 1);
796
lineStartPoint.X -= UiaTextProvider.
EndOfLineWidth
;
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
626
Assert.Equal(UiaTextProvider.
EndOfLineWidth
, safeArrayScope[2]);