1 write to _commandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (1)
94
_commandSet
= commandSet;
5 references to _commandSet
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (5)
127
if (
_commandSet
is not null && s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state))
129
if (state.SelectionVersion ==
_commandSet
.SelectionVersion)
144
if (
_commandSet
is not null && s_commandStatusHash.TryGetValue(_statusHandler, out StatusState? state))
211
if (
_commandSet
is not null)
222
state.SaveState(this,
_commandSet
.SelectionVersion);