42 references to GetDesigner
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1343
object designer = host.
GetDesigner
(component);
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
394
IComponentInitializer init = host.
GetDesigner
(components[i]) as IComponentInitializer;
System.Web (1)
UI\TagNameToTypeMapper.cs (1)
121
WebFormsRootDesigner rootDesigner = _parser.DesignerHost.
GetDesigner
(_parser.DesignerHost.RootComponent) as WebFormsRootDesigner;
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
92
_owner = designerHost.
GetDesigner
(this.EntityDataSource) as EntityDataSourceDesigner;
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (1)
37
EntityDataSourceDesigner designer = (EntityDataSourceDesigner)designerHost.
GetDesigner
(entityDataSource);
System.Web.Mobile (16)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
53
return ((IDesignerHost) compSite.GetService(typeof(IDesignerHost))).
GetDesigner
(component);
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (1)
58
designerHost.
GetDesigner
(ctrl) as IDeviceSpecificDesigner;
UI\MobileControls\Design\BaseTemplatedMobileComponentEditor.cs (1)
70
IDesigner compDesigner = designerHost.
GetDesigner
(comp);
UI\MobileControls\Design\CommandCollectionEditor.cs (1)
59
ObjectListDesigner _designer = (ObjectListDesigner)designerHost.
GetDesigner
(_objectList);
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
60
Object designer = designerHost.
GetDesigner
(ss);
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
157
IDesigner designer = designerHost.
GetDesigner
(component);
UI\MobileControls\Design\Converters\DataMemberConverter.cs (1)
108
IDesigner designer = designerHost.
GetDesigner
(component);
UI\MobileControls\Design\DeviceSpecificDesigner.cs (2)
124
IDesigner designer = host.
GetDesigner
((IComponent) newDS);
292
IDesigner designer = host.
GetDesigner
((IComponent) _parentContainer.DeviceSpecific);
UI\MobileControls\Design\FieldCollectionEditor.cs (1)
59
ObjectListDesigner _designer = (ObjectListDesigner)designerHost.
GetDesigner
(_objectList);
UI\MobileControls\Design\ItemCollectionEditor.cs (1)
57
IDesigner designer = designerHost.
GetDesigner
((IComponent)obj);
UI\MobileControls\Design\MobileComponentEditorPage.cs (1)
105
_designer = (ControlDesigner)designerHost.
GetDesigner
(GetSelectedComponent());
UI\MobileControls\Design\MobileUITypeEditor.cs (1)
36
ControlDesigner designer = (ControlDesigner)designerHost.
GetDesigner
(control);
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (1)
58
designerHost.
GetDesigner
(ctrl) as IDeviceSpecificDesigner;
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
269
designer = Host.
GetDesigner
((IComponent) control);
406
IDesigner designer = Host.
GetDesigner
((IComponent) MobilePage.StyleSheet);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2166
IDesigner designer = designerHost.
GetDesigner
(component);
System.Workflow.Activities (3)
Common\CompModHelpers.cs (2)
311
ActivityDesigner activityDesigner = designerHost.
GetDesigner
(component) as ActivityDesigner;
360
ActivityDesigner activityDesigner = designerHost.
GetDesigner
(component) as ActivityDesigner;
Designers\StateDesigner.cs (1)
2255
designer = designerHost.
GetDesigner
(activity) as ActivityDesigner;
System.Workflow.ComponentModel (15)
AuthoringOM\Design\ActivityDesigner.cs (1)
1936
designer = designerHost.
GetDesigner
(activity) as ActivityDesigner;
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (2)
71
designer = host.
GetDesigner
(activity);
89
designer = host.
GetDesigner
(matchingActivity);
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
740
EnsureVisibleContainedDesigner(designerHost.
GetDesigner
(((Activity)itemInfo.UserData[DesignerUserDataKeys.Activity])) as ActivityDesigner);
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
398
ActivityDesigner designer = host.
GetDesigner
(childActivity) as ActivityDesigner;
772
designerToInsert = (designerHost != null) ? designerHost.
GetDesigner
((IComponent)activity) as ActivityDesigner : null;
AuthoringOM\Design\CustomActivityDesigner.cs (1)
330
CompositeActivityDesigner rootDesigner = host.
GetDesigner
(host.RootComponent) as CompositeActivityDesigner;
AuthoringOM\Design\DesignerHelpers.cs (2)
1269
ActivityDesigner designer = designerHost.
GetDesigner
(component) as ActivityDesigner;
1298
ActivityDesigner designer = designerHost.
GetDesigner
(designerHost.Container.Components[componentName]) as ActivityDesigner;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
1025
CompositeActivityDesigner compositeDesigner = host.
GetDesigner
(rootDecl) as CompositeActivityDesigner;
1026
ActivityDesigner activityDesigner = host.
GetDesigner
(activity) as ActivityDesigner;
1056
return (previewActivity != null) ? host.
GetDesigner
(previewActivity) : null;
AuthoringOM\Design\XomlDesignerLoader.cs (1)
301
rootDesigner = designerHost.
GetDesigner
(designerHost.RootComponent) as ActivityDesigner;
Shared\CompModHelpers.cs (2)
309
ActivityDesigner activityDesigner = designerHost.
GetDesigner
(component) as ActivityDesigner;
358
ActivityDesigner activityDesigner = designerHost.
GetDesigner
(component) as ActivityDesigner;
System.WorkflowServices (2)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (1)
61
highlightProvider = new HighlightGlyphProvider(designerHost.
GetDesigner
(designerHost.RootComponent) as ActivityDesigner, highlightedDesigners);
System\Workflow\ComponentModel\Design\FindSimilarActivitiesVerb.cs (1)
50
return designerHost.
GetDesigner
(activity as IComponent) as ActivityDesigner;