4 references to GetHandler
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\SelectionUIService.cs (3)
496ISelectionUIHandler? handler = GetHandler(selComp); 980primaryHandler = GetHandler(primary); 992if (GetHandler(objects[i]) == primaryHandler)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
78_handler = selUIsvc.GetHandler(component);