9 references to UiaTextProvider
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Automation\UiaTextRange.cs (9)
20
private readonly
UiaTextProvider
_provider;
36
public UiaTextRange(IRawElementProviderSimple.Interface enclosingElement,
UiaTextProvider
provider, int start, int end)
362
Rectangle endlineRectangle = new(endlinePoint.X, endlinePoint.Y + 2,
UiaTextProvider
.EndOfLineWidth, Math.Abs(_provider.Logfont.lfHeight) + 1);
363
*pRetVal =
UiaTextProvider
.BoundingRectangleAsArray(endlineRectangle);
389
*pRetVal =
UiaTextProvider
.RectListToDoubleArray(rectangles);
407
*pRetVal =
UiaTextProvider
.RectListToDoubleArray(rectangles);
611
UiaTextProvider
.SendKeyboardInputVK(key, true);
620
UiaTextProvider
.SendKeyboardInputVK(key, true);
794
lineStartPoint.X -=
UiaTextProvider
.EndOfLineWidth;