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