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)
16using HelpPane helpPane = new(propertyGrid); 29using HelpPane helpPane = new(propertyGrid); 45using HelpPane helpPane = new(propertyGrid);
9 references to HelpPane
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
25private 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> 23public HelpPaneAccessibleObject(HelpPane owningHelpPane, PropertyGrid parentPropertyGrid) : base(owningHelpPane)
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\HelpPane.HelpPaneAccessibleObjectTests.cs (5)
16using HelpPane helpPane = new(propertyGrid); 17HelpPane.HelpPaneAccessibleObject accessibleObject = 18new HelpPane.HelpPaneAccessibleObject(helpPane, propertyGrid); 29using HelpPane helpPane = new(propertyGrid); 45using HelpPane helpPane = new(propertyGrid);