1 instantiation of HelpPaneAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
214
protected override AccessibleObject CreateAccessibilityInstance() => new
HelpPaneAccessibleObject
(this, OwnerPropertyGrid);
1 reference to HelpPaneAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.HelpPaneAccessibleObject.cs (1)
19
/// Initializes new instance of the <see cref="
HelpPaneAccessibleObject
"/>.