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