10 references to PropertyGridAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1594protected override AccessibleObject CreateAccessibilityInstance() => new PropertyGridAccessibleObject(this);
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\PropertyGrid.PropertyGridAccessibleObjectTests.cs (9)
19new PropertyGrid.PropertyGridAccessibleObject(propertyGrid); 49new PropertyGrid.PropertyGridAccessibleObject(propertyGrid); 114PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid); 123PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid); 133PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid); 144PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid); 155PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid); 172PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid); 183PropertyGrid.PropertyGridAccessibleObject accessibleObject = new(propertyGrid);