1 implementation of GetComponentRules
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
615
SelectionRules ISelectionUIHandler.
GetComponentRules
(object component) => SelectionRules.Visible | SelectionRules.Moveable;
2 references to GetComponentRules
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1000
SelectionRules compRules = primaryHandler.
GetComponentRules
(objects[i]);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
482
_selectionRules = _handler.
GetComponentRules
(_component);