Home
last modified time | relevance | path

Searched refs:CreateDesigner (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/ide/Common/
H A DCommon.h64 …virtual IdeDesigner *CreateDesigner(Ide *ide, const char *path, byte charset) { return CreateDesig… in CreateDesigner() function
65 virtual IdeDesigner *CreateDesigner(const char *path, byte charset) { return NULL; } in CreateDesigner() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignerHost.cs125 designer = this.CreateDesigner (component, true); in AddPostProcess()
128 designer = this.CreateDesigner (component, false); in AddPostProcess()
296 internal IDesigner CreateDesigner (IComponent component, bool rootDesigner) in CreateDesigner() method in System.ComponentModel.Design.DesignerHost
303 return this.CreateDesigner (component, typeof (IRootDesigner)); in CreateDesigner()
307 return this.CreateDesigner (component, typeof (IDesigner)); in CreateDesigner()
314 private IDesigner CreateDesigner (IComponent component, Type designerBaseType) in CreateDesigner() method in System.ComponentModel.Design.DesignerHost
H A DDesignSurface.cs368 protected internal virtual IDesigner CreateDesigner (IComponent component, bool rootDesigner) in CreateDesigner() method in System.ComponentModel.Design.DesignSurface
375 return _designerHost.CreateDesigner (component, rootDesigner); in CreateDesigner()
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DTopicI.cpp19 virtual IdeDesigner *CreateDesigner(const char *path, byte cs) { in CreateDesigner() function
/dports/devel/upp/upp/uppsrc/ide/Designers/
H A DXml.cpp72 virtual IdeDesigner *CreateDesigner(const char *path, byte) { in CreateDesigner() function
H A DImg.cpp39 virtual IdeDesigner *CreateDesigner(const char *path, byte) { in CreateDesigner() function
H A DQtf.cpp107 virtual IdeDesigner *CreateDesigner(const char *path, byte) { in CreateDesigner() function
H A DJson.cpp91 virtual IdeDesigner *CreateDesigner(const char *path, byte) { in CreateDesigner() function
/dports/devel/upp/upp/uppsrc/ide/IconDes/
H A DIdeDes.cpp69 virtual IdeDesigner *CreateDesigner(const char *path, byte) { in CreateDesigner() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DWorkflowInlining.cs241 protected override IDesigner CreateDesigner(IComponent component, bool rootDesigner) in CreateDesigner() method in System.Workflow.ComponentModel.Design.ActivityHostDesigner.ContainedDesignSurface
243 IDesigner designer = base.CreateDesigner(component, rootDesigner); in CreateDesigner()
H A DCompositeActivityDesigner.cs786 designerToInsert = ActivityDesigner.CreateDesigner(Activity.Site, activity); in CanInsertActivities()
H A DActivityDesigner.cs2018 …internal static ActivityDesigner CreateDesigner(IServiceProvider serviceProvider, Activity activit… in CreateDesigner() method in System.Workflow.ComponentModel.Design.ActivityDesigner
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/MessageFilters/
H A DFreeFormDragDropManager.cs195 previewDesigner = ActivityDesigner.CreateDesigner(ParentView, activity); in CreateDragFeedbackImages()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DThemeConfigurationDialog.cs1119 protected override IDesigner CreateDesigner(IComponent component, bool rootDesigner) in CreateDesigner() method in System.Workflow.ComponentModel.Design.ThemeConfigurationDialog.DesignerPreview.PreviewDesignSurface
1121 IDesigner designer = base.CreateDesigner(component, rootDesigner); in CreateDesigner()
1124 designer = ActivityDesigner.CreateDesigner(activity.Site, activity); in CreateDesigner()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dlaywin.cpp402 virtual IdeDesigner *CreateDesigner(const char *path, byte cs) { in CreateDesigner() function
/dports/devel/upp/upp/uppsrc/ide/
H A DHelp.cpp500 virtual IdeDesigner *CreateDesigner(Ide *ide, const char *path, byte cs) { in CreateDesigner() function
H A Didefile.cpp474 designer = GetIdeModule(i).CreateDesigner(this, path, charset); in EditFile0()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeDescriptorTests.cs1101 IDesigner des = TypeDescriptor.CreateDesigner (com, typeof(int)); in TestCreateDesigner()
1104 des = TypeDescriptor.CreateDesigner (com, typeof(string)); in TestCreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDebugTypeDescriptor.cs114 public static IDesigner CreateDesigner(IComponent component, Type designerBaseType) { in CreateDesigner() method in System.ComponentModel.DebugTypeDescriptor
H A DTypeDescriptor.cs579 public static IDesigner CreateDesigner(IComponent component, Type designerBaseType) in CreateDesigner() method in System.ComponentModel.TypeDescriptor
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.TypeConverter.cs697 …public static System.ComponentModel.Design.IDesigner CreateDesigner(IComponent component, Type des… in CreateDesigner() method in System.ComponentModel.TypeDescriptor
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DTypeDescriptor.cs2379 public static IDesigner CreateDesigner(IComponent component, Type designerBaseType) in CreateDesigner() method in System.ComponentModel.TypeDescriptor
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Design.cs393 …protected internal virtual System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentM… in CreateDesigner() method in System.ComponentModel.Design.DesignSurface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs392 …protected internal virtual System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentM… in CreateDesigner() method in System.ComponentModel.Design.DesignSurface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Design.cs359 …protected internal virtual System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentM… in CreateDesigner() method in System.ComponentModel.Design.DesignSurface

12