3 references to UIA_BoundingRectanglePropertyId
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
616
UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
=> UiaTextProvider.BoundingRectangleAsVariant(Bounds),
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
99
UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
=> UiaTextProvider.BoundingRectangleAsVariant(BoundingRectangle),
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
335
_enclosingElement.GetPropertyValue(UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
, &result).ThrowOnFailure();