7 references to s_commandStatusHash
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (7)
108if (!s_commandStatusHash.TryGetValue(statusHandler, out StatusState? state)) 111s_commandStatusHash.Add(statusHandler, state); 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)) 272if (s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state)) 277s_commandStatusHash.Remove(_statusHandler);