1 instantiation of PropertyDescriptorGridEntryAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
934
new
PropertyDescriptorGridEntryAccessibleObject
(this);
5 references to PropertyDescriptorGridEntryAccessibleObject
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (1)
47
|| _owningPropertyGrid?.SelectedGridEntry?.AccessibilityObject is not
PropertyDescriptorGridEntryAccessibleObject
parent)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (2)
313
if (owner.ParentGridEntry?.AccessibilityObject is
PropertyDescriptorGridEntryAccessibleObject
parent)
334
if (owner.ParentGridEntry?.AccessibilityObject is
PropertyDescriptorGridEntryAccessibleObject
parent)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObject.cs (1)
31
if (selectedEntry?.AccessibilityObject is not
PropertyDescriptorGridEntryAccessibleObject
parent)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (1)
47
|| owner.PropertyGridView.SelectedGridEntry?.AccessibilityObject is not
PropertyDescriptorGridEntryAccessibleObject
parent)