6 references to ControlDesigner
System.Web.Mobile (6)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (4)
138ControlDesigner(control.Parent) as TemplatedControlDesigner; 216IDesigner designer = ControlDesigner(parent); 290IDesigner parentDesigner = ControlDesigner(control.Parent); 291IDesigner controlDesigner = ControlDesigner(control);
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
1028Adapters.DesignerAdapterUtil.ControlDesigner(designer.UnderlyingControl)
UI\MobileControls\Design\StyleSheetComponentEditor.cs (1)
37(StyleSheetDesigner)DesignerAdapterUtil.ControlDesigner(styleSheet);