1 instantiation of HelpPane
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
209
_helpPane =
new
(this);
4 references to HelpPane
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
25
private readonly
HelpPane
_helpPane;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.HelpPaneAccessibleObject.cs (3)
12
/// Represents the <see cref="
HelpPane
"/> accessible object.
21
/// <param name="owningHelpPane">The owning <see cref="
HelpPane
"/> control.</param>
23
public HelpPaneAccessibleObject(
HelpPane
owningHelpPane, PropertyGrid parentPropertyGrid) : base(owningHelpPane)