1 implementation of GetIDesignerHost
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
229public IDesignerHost GetIDesignerHost() => (IDesignerHost)GetService(typeof(IDesignerHost));
4 references to GetIDesignerHost
DesignSurface (4)
MainForm.cs (4)
51_selectionService = (ISelectionService)(isurf.GetIDesignerHost().GetService(typeof(ISelectionService))); 66ISelectionService selectionService = isurf.GetIDesignerHost().GetService(typeof(ISelectionService)) as ISelectionService; 416DesignerHost = isurf.GetIDesignerHost(), 423SelectedObject = isurf.GetIDesignerHost().RootComponent