1 instantiation of HotCommands
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
260hotcommands = new HotCommands(this);
2 references to HotCommands
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
42private HotCommands hotcommands;
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
244public HotCommandsAccessibleObject(HotCommands owningHotCommands, PropertyGrid parentPropertyGrid) : base(owningHotCommands) {