9 references to UiaTextProvider
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Automation\UiaTextRange.cs (9)
20private readonly UiaTextProvider _provider; 38public UiaTextRange(IRawElementProviderSimple.Interface enclosingElement, UiaTextProvider provider, int start, int end) 364Rectangle 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); 613UiaTextProvider.SendKeyboardInputVK(key, true); 622UiaTextProvider.SendKeyboardInputVK(key, true); 796lineStartPoint.X -= UiaTextProvider.EndOfLineWidth;