1 instantiation of CommandsPane
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
219_commandsPane = new CommandsPane(this);
5 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)