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