3 references to s_commandCanExecuteChangedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
424
add => Events.AddHandler(
s_commandCanExecuteChangedEvent
, value);
425
remove => Events.RemoveHandler(
s_commandCanExecuteChangedEvent
, value);
2704
=> ((EventHandler?)Events[
s_commandCanExecuteChangedEvent
])?.Invoke(this, e);