5 references to Locked
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ControlCommandSet.cs (1)
527if (des is not null && ((des.SelectionRules & SelectionRules.Locked) == 0))
System\Windows\Forms\Design\ControlDesigner.cs (1)
275rules = SelectionRules.Locked | SelectionRules.Visible;
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
152if (((GetRules() & SelectionRules.Locked) == SelectionRules.None) && (GetRules() & SelectionRules.AllSizeable) != SelectionRules.None)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
261public override SelectionRules SelectionRules => Control.Parent is SplitContainer ? SelectionRules.Locked : SelectionRules.None;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
119? SelectionRules.Locked