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