4 instantiations of CommandsPane
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
219
_commandsPane = new
CommandsPane
(this);
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\CommandsPane.CommandsPaneAccessibleObjectTests.cs (3)
14
using CommandsPane commandsPane =
new
(propertyGrid);
27
using CommandsPane commandsPane =
new
(propertyGrid);
42
using CommandsPane commandsPane =
new
(propertyGrid);
10 references to CommandsPane
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
28
private readonly
CommandsPane
_commandsPane;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.CommandsPaneAccessibleObject.cs (4)
12
/// Represents the <see cref="
CommandsPane
"/> accessible object.
21
/// <param name="owningCommandsPane">The owning <see cref="
CommandsPane
"/> control.</param>
23
public CommandsPaneAccessibleObject(
CommandsPane
owningCommandsPane, PropertyGrid parentPropertyGrid) : base(owningCommandsPane)
51
=> this.TryGetOwnerAs(out
CommandsPane
? owner)
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\CommandsPane.CommandsPaneAccessibleObjectTests.cs (5)
14
using
CommandsPane
commandsPane = new(propertyGrid);
15
CommandsPane
.CommandsPaneAccessibleObject accessibleObject =
16
new
CommandsPane
.CommandsPaneAccessibleObject(commandsPane, propertyGrid);
27
using
CommandsPane
commandsPane = new(propertyGrid);
42
using
CommandsPane
commandsPane = new(propertyGrid);