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)
439selSvc.SetSelectedComponents(new IComponent[] { glyphItem }, SelectionTypes.Auto); 956selSvc?.SetSelectedComponents(new IComponent[] { item }, SelectionTypes.Auto);