3 references to s_commandCanExecuteChangedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
205
add => Events.AddHandler(
s_commandCanExecuteChangedEvent
, value);
206
remove => Events.RemoveHandler(
s_commandCanExecuteChangedEvent
, value);
1047
((EventHandler?)Events[
s_commandCanExecuteChangedEvent
])?.Invoke(this, e);