3 references to CommandsPaneAccessibleObject
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2207
if (
CommandsPaneAccessibleObject
.Bounds.Contains(point))
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (1)
132
return owningPropertyGrid.
CommandsPaneAccessibleObject
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\PropertyGrid.PropertyGridAccessibleObjectTests.cs (1)
174
AccessibleObject expected = propertyGrid.
CommandsPaneAccessibleObject
;