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)
14using CommandsPane commandsPane = new(propertyGrid); 27using CommandsPane commandsPane = new(propertyGrid); 42using CommandsPane commandsPane = new(propertyGrid);
10 references to CommandsPane
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
28private 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> 23public 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)
14using CommandsPane commandsPane = new(propertyGrid); 15CommandsPane.CommandsPaneAccessibleObject accessibleObject = 16new CommandsPane.CommandsPaneAccessibleObject(commandsPane, propertyGrid); 27using CommandsPane commandsPane = new(propertyGrid); 42using CommandsPane commandsPane = new(propertyGrid);