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)
162if (!_owningComboBox.DroppedDown || !_owningComboBox.ChildListAccessibleObject.Bounds.IntersectsWith(Bounds)) 179if (listBounds.IntersectsWith(Bounds))