4 references to Auto
System.Windows.Forms.Design (4)
System\ComponentModel\Design\SelectionService.cs (1)
351
=> ((ISelectionService)this).SetSelectedComponents(components, SelectionTypes.
Auto
);
System\Windows\Forms\Design\SelectionUIService.cs (1)
524
_selSvc.SetSelectedComponents(new object[] { hti.selectionUIHit!._component }, SelectionTypes.
Auto
);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
439
selSvc.SetSelectedComponents(new IComponent[] { glyphItem }, SelectionTypes.
Auto
);
956
selSvc?.SetSelectedComponents(new IComponent[] { item }, SelectionTypes.
Auto
);