3 overrides of GetPositionFromCharForUpperRightCorner
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
106
public override Point
GetPositionFromCharForUpperRightCorner
(int startCharIndex, string text)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
161
public override Point
GetPositionFromCharForUpperRightCorner
(int startCharIndex, string text)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
310
public override Point
GetPositionFromCharForUpperRightCorner
(int startCharIndex, string text)
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);