1 write to _statusHandler
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (1)
82_statusHandler = statusHandler;
7 references to _statusHandler
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (7)
127if (_commandSet is not null && s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state)) 144if (_commandSet is not null && s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state)) 215if (!s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state)) 242if (_statusHandler is not null) 253_statusHandler(this, EventArgs.Empty); 272if (s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state)) 277s_commandStatusHash.Remove(_statusHandler);