4 instantiations of HelpPane
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
209
_helpPane =
new
(this);
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\HelpPane.HelpPaneAccessibleObjectTests.cs (3)
16
using HelpPane helpPane =
new
(propertyGrid);
29
using HelpPane helpPane =
new
(propertyGrid);
45
using HelpPane helpPane =
new
(propertyGrid);
9 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)
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\HelpPane.HelpPaneAccessibleObjectTests.cs (5)
16
using
HelpPane
helpPane = new(propertyGrid);
17
HelpPane
.HelpPaneAccessibleObject accessibleObject =
18
new
HelpPane
.HelpPaneAccessibleObject(helpPane, propertyGrid);
29
using
HelpPane
helpPane = new(propertyGrid);
45
using
HelpPane
helpPane = new(propertyGrid);