2 references to EndOfLineWidth
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
362
Rectangle endlineRectangle = new(endlinePoint.X, endlinePoint.Y + 2, UiaTextProvider.
EndOfLineWidth
, Math.Abs(_provider.Logfont.lfHeight) + 1);
794
lineStartPoint.X -= UiaTextProvider.
EndOfLineWidth
;