14 references to AllSizeable
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ControlDesigner.cs (3)
220
? rules | SelectionRules.
AllSizeable
225
rules |= SelectionRules.
AllSizeable
;
771
else if ((rules & SelectionRules.
AllSizeable
) == SelectionRules.None)
System\Windows\Forms\Design\LabelDesigner.cs (1)
153
rules &= ~SelectionRules.
AllSizeable
;
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
452
if ((rules & SelectionRules.
AllSizeable
) != SelectionRules.None || Control.MouseButtons == MouseButtons.None)
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
97
rules &= ~SelectionRules.
AllSizeable
;
System\Windows\Forms\Design\SelectionUIService.cs (2)
274
else if ((rules & SelectionRules.
AllSizeable
) != 0)
1069
if ((_dragRules & SelectionRules.
AllSizeable
) == SelectionRules.None)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (3)
149
if (((GetRules() & SelectionRules.Locked) == SelectionRules.None) && (GetRules() & SelectionRules.
AllSizeable
) != SelectionRules.None)
192
if ((GetRules() & SelectionRules.
AllSizeable
) != SelectionRules.None)
411
if ((rules & SelectionRules.
AllSizeable
) == SelectionRules.None)
System\Windows\Forms\Design\TabPageDesigner.cs (1)
23
rules &= ~SelectionRules.
AllSizeable
;
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
131
rules |= SelectionRules.
AllSizeable
;
System\Windows\Forms\Design\TrackBarDesigner.cs (1)
20
rules |= SelectionRules.
AllSizeable
;