Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
2 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
))