Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
6 references to Bounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (2)
162
if (!_owningComboBox.DroppedDown || !_owningComboBox.ChildListAccessibleObject.Bounds.IntersectsWith(
Bounds
))
179
if (listBounds.IntersectsWith(
Bounds
))
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (4)
329
if (dropDownRect.IntersectsWith(itemAccessibleObject.
Bounds
))
346
if (dropDownRect.IntersectsWith(itemAccessibleObject.
Bounds
))
407
Rectangle actual = itemAccessibleObject.
Bounds
;
469
Rectangle actual = itemAccessibleObject.
Bounds
;