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)
127
if (_commandSet is not null && s_commandStatusHash.TryGetValue(
_statusHandler
, out StatusState? state))
144
if (_commandSet is not null && s_commandStatusHash.TryGetValue(
_statusHandler
, out StatusState? state))
215
if (!s_commandStatusHash.TryGetValue(
_statusHandler
, out StatusState? state))
242
if (
_statusHandler
is not null)
253
_statusHandler
(this, EventArgs.Empty);
272
if (s_commandStatusHash.TryGetValue(
_statusHandler
, out StatusState? state))
277
s_commandStatusHash.Remove(
_statusHandler
);