2 instantiations of StatusState
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (2)
110
state = new
StatusState
();
217
state = new
StatusState
();
6 references to StatusState
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (6)
26
private static readonly Dictionary<EventHandler,
StatusState
> s_commandStatusHash = []; // Dictionary of the command statuses we are tracking.
108
if (!s_commandStatusHash.TryGetValue(statusHandler, out
StatusState
? state))
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))
272
if (s_commandStatusHash.TryGetValue(_statusHandler, out
StatusState
? state))