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)
76
if (!Parent.BoundingRectangle.IntersectsWith(
Bounds
))
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (1)
172
itemAccessibleObject.
Bounds
.Should().Be(Rectangle.Empty);
System.Windows.Forms.UI.IntegrationTests (2)
ListBoxItemAccessibleObjestTests.cs (2)
20
var boundsBeforeHandleCreation = itemAccessibleObject.
Bounds
;
28
var boundsAfterHandleCreation = itemAccessibleObject.
Bounds
;