3 references to ToolbarAccessibleObject
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2197
if (
ToolbarAccessibleObject
.Bounds.Contains(point))
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (1)
112
return owningPropertyGrid.
ToolbarAccessibleObject
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\PropertyGrid.PropertyGridAccessibleObjectTests.cs (1)
135
AccessibleObject expected = propertyGrid.
ToolbarAccessibleObject
;