1 write to Supported
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.CommandSetItem.StatusState.cs (1)
46
item.
Supported
= _statusFlags.HasFlag(StatusFlag.Supported);
4 references to Supported
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (2)
213
if (_verbs[i].Visible && _verbs[i].
Supported
)
235
if (_verbs[i].Visible && _verbs[i].
Supported
)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.CommandSetItem.StatusState.cs (1)
72
if (item.
Supported
)
System\Windows\Forms\Design\DesignerActionVerbList.cs (1)
23
if (_verbs[i].Visible && _verbs[i].Enabled && _verbs[i].
Supported
)