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