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