3 references to GridEntryAccessibleObject
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
261public CategoryGridEntryAccessibleObject(CategoryGridEntry owningCategoryGridEntry) : base(owningCategoryGridEntry) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
194return new GridEntryAccessibleObject(this);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1038public PropertyDescriptorGridEntryAccessibleObject(PropertyDescriptorGridEntry owner) : base(owner) {