2 references to OnCommandChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
167
this.verbs[i].CommandChanged -= new EventHandler(this.
OnCommandChanged
);
183
verbs[i].CommandChanged += new EventHandler(this.
OnCommandChanged
);