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)
162if (!_owningComboBox.DroppedDown || !_owningComboBox.ChildListAccessibleObject.Bounds.IntersectsWith(Bounds)) 179if (listBounds.IntersectsWith(Bounds))
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (4)
329if (dropDownRect.IntersectsWith(itemAccessibleObject.Bounds)) 346if (dropDownRect.IntersectsWith(itemAccessibleObject.Bounds)) 407Rectangle actual = itemAccessibleObject.Bounds; 469Rectangle actual = itemAccessibleObject.Bounds;