5 references to PropertyGridViewAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
934=> new PropertyGridViewAccessibleObject(this, OwnerGrid);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (3)
25accessibleObject = new PropertyGridViewAccessibleObject(propertyGridView, propertyGrid); 32Assert.Throws<ArgumentNullException>(() => new PropertyGridViewAccessibleObject(null, null)); 45AccessibleObject accessibleObject = new PropertyGridViewAccessibleObject(propertyGridView, propertyGrid);
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
194: base(owner, parentPropertyGrid)