Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
4 references to Bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (1)
76if (!Parent.BoundingRectangle.IntersectsWith(Bounds))
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (1)
172itemAccessibleObject.Bounds.Should().Be(Rectangle.Empty);
System.Windows.Forms.UI.IntegrationTests (2)
ListBoxItemAccessibleObjestTests.cs (2)
20var boundsBeforeHandleCreation = itemAccessibleObject.Bounds; 28var boundsAfterHandleCreation = itemAccessibleObject.Bounds;