3 references to GetPositionFromCharForUpperRightCorner
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextRange.cs (3)
395
Point endPoint = _provider.
GetPositionFromCharForUpperRightCorner
(End - 1, text);
766
Point lineEndPoint = _provider.
GetPositionFromCharForUpperRightCorner
(lineEndIndex, text);
842
pt = _provider.
GetPositionFromCharForUpperRightCorner
(i, text);