9 references to UiaTextProvider
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Automation\UiaTextRange.cs (9)
20
private readonly
UiaTextProvider
_provider;
38
public UiaTextRange(IRawElementProviderSimple.Interface enclosingElement,
UiaTextProvider
provider, int start, int end)
364
Rectangle endlineRectangle = new(endlinePoint.X, endlinePoint.Y + 2,
UiaTextProvider
.EndOfLineWidth, Math.Abs(_provider.Logfont.lfHeight) + 1);
365
*pRetVal =
UiaTextProvider
.BoundingRectangleAsArray(endlineRectangle);
391
*pRetVal =
UiaTextProvider
.RectListToDoubleArray(rectangles);
409
*pRetVal =
UiaTextProvider
.RectListToDoubleArray(rectangles);
613
UiaTextProvider
.SendKeyboardInputVK(key, true);
622
UiaTextProvider
.SendKeyboardInputVK(key, true);
796
lineStartPoint.X -=
UiaTextProvider
.EndOfLineWidth;