4 references to 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);