3 writes to Supported
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.CommandSetItem.StatusState.cs (1)
46item.Supported = _statusFlags.HasFlag(StatusFlag.Supported);
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionServiceTests.cs (2)
559verb.Supported = false; 561verb.Supported = true;
4 references to Supported
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (2)
213if (_verbs[i].Visible && _verbs[i].Supported) 235if (_verbs[i].Visible && _verbs[i].Supported)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.CommandSetItem.StatusState.cs (1)
72if (item.Supported)
System\Windows\Forms\Design\DesignerActionVerbList.cs (1)
23if (_verbs[i].Visible && _verbs[i].Enabled && _verbs[i].Supported)