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