9 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();
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1338
if (propertyId == UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
)
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (1)
97
using VARIANT actual = itemAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
);
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObjectTests.cs (1)
933
using VARIANT actual = listViewSubItemAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
);
System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs (1)
25
using VARIANT rectArrayVariant = accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
);
System\Windows\Forms\AccessibleObjects\TreeViewLabelEditAccessibleObjectTests.cs (1)
24
using VARIANT rectArrayVariant = accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
);
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObjectTests.cs (1)
115
using VARIANT actual = upDownButtons.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_BoundingRectanglePropertyId
);