5 references to NotifySelectionChange
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
248NotifySelectionChange(null);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
3548ParentInternal.NotifySelectionChange(this); 3933ParentInternal.NotifySelectionChange(this);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
231start.NotifySelectionChange(null); 1066activeToolStrip.NotifySelectionChange(/*selectedItem=*/null);