83 references to DesignerAdapterUtil
System.Web.Mobile (83)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (2)
107if (DesignerAdapterUtil.GetContainmentStatus(control) == ContainmentStatus.AtTopLevel) 320int nestingLevel = DesignerAdapterUtil.NestingLevel(control, out inTemplate, out defaultControlWidthInTemplate);
UI\MobileControls\Design\Adapters\DesignerAdRotatorAdapter.cs (3)
34String width = DesignerAdapterUtil.GetWidth(Control); 37int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 39if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerCalendarAdapter.cs (1)
34String width = DesignerAdapterUtil.GetWidth(Control);
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (8)
44int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 45String width = DesignerAdapterUtil.GetWidth(Control); 51if (maxWidth == 0 && templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_NONEDIT) 53maxWidth = DesignerAdapterUtil.CONTROL_MAX_WIDTH_IN_TEMPLATE; 56if (maxWidth == 0 && DesignerAdapterUtil.InMobileUserControl(Control)) 89if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT) 154if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT) 182if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerImageAdapter.cs (3)
37int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 38String width = DesignerAdapterUtil.GetWidth(Control); 40if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerLabelAdapter.cs (3)
41String width = DesignerAdapterUtil.GetWidth(Control); 45int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 46if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerLinkAdapter.cs (3)
38String width = DesignerAdapterUtil.GetWidth(Control); 43int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 44if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (5)
49int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 53if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_NONEDIT) 55maxWidth = DesignerAdapterUtil.CONTROL_MAX_WIDTH_IN_TEMPLATE; 57else if (DesignerAdapterUtil.InMobileUserControl(Control)) 142String width = DesignerAdapterUtil.GetWidth(Control);
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (3)
43String width = DesignerAdapterUtil.GetWidth(Control); 50int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 51if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (3)
68String width = DesignerAdapterUtil.GetWidth(control); 71int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(control, out templateStatus); 72if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (3)
38String width = DesignerAdapterUtil.GetWidth(Control); 46int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 47if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\Adapters\DesignerValidatorAdapter.cs (3)
36String width = DesignerAdapterUtil.GetWidth(Control); 44int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 46if (templateStatus == DesignerAdapterUtil.CONTROL_IN_TEMPLATE_EDIT)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
1028Adapters.DesignerAdapterUtil.ControlDesigner(designer.UnderlyingControl)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (3)
226if (!DesignerAdapterUtil.InMobileUserControl(_ds)) 228if (DesignerAdapterUtil.InUserControl(_ds)) 234if (!DesignerAdapterUtil.InMobilePage(_ds))
UI\MobileControls\Design\FormDesigner.cs (3)
98if (!DesignerAdapterUtil.InMobileUserControl(_form)) 100if (DesignerAdapterUtil.InUserControl(_form)) 106if (!DesignerAdapterUtil.InMobilePage(_form))
UI\MobileControls\Design\ListDesigner.cs (4)
622DesignerAdapterUtil.AddAttributesToPropertiesOfDifferentType( 629DesignerAdapterUtil.AddAttributesToProperty( 635DesignerAdapterUtil.AddAttributesToProperty( 641DesignerAdapterUtil.AddAttributesToProperty(
UI\MobileControls\Design\MobileContainerDesigner.cs (2)
76DesignerAdapterUtil.GetContainmentStatus(_mobileControl); 141if (!DesignerAdapterUtil.InMobilePage(_mobileControl))
UI\MobileControls\Design\MobileControlDesigner.cs (6)
118DesignerAdapterUtil.GetContainmentStatus(_mobileControl); 230if (!DesignerAdapterUtil.InMobileUserControl(_mobileControl)) 232if (DesignerAdapterUtil.InUserControl(_mobileControl)) 238if (!DesignerAdapterUtil.InMobilePage(_mobileControl)) 335return DesignerAdapterUtil.GetDesignTimeErrorHtml( 454DesignerAdapterUtil.SetStandardStyleAttributes(Behavior, ContainmentStatus);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (6)
137DesignerAdapterUtil.GetContainmentStatus(_control); 547return DesignerAdapterUtil.GetDesignTimeErrorHtml( 567if (!DesignerAdapterUtil.InMobileUserControl(_control)) 569if (DesignerAdapterUtil.InUserControl(_control)) 575if (!DesignerAdapterUtil.InMobilePage(_control)) 846DesignerAdapterUtil.SetStandardStyleAttributes(Behavior, ContainmentStatus);
UI\MobileControls\Design\ObjectListDesigner.cs (2)
224DesignerAdapterUtil.AddAttributesToPropertiesOfDifferentType( 231DesignerAdapterUtil.AddAttributesToProperty(
UI\MobileControls\Design\PanelDesigner.cs (3)
74if (DesignerAdapterUtil.InMobileUserControl(_panel)) 79if (DesignerAdapterUtil.InUserControl(_panel)) 85if (!DesignerAdapterUtil.InMobilePage(_panel))
UI\MobileControls\Design\SelectionListDesigner.cs (4)
510DesignerAdapterUtil.AddAttributesToPropertiesOfDifferentType( 517DesignerAdapterUtil.AddAttributesToProperty( 523DesignerAdapterUtil.AddAttributesToProperty( 529DesignerAdapterUtil.AddAttributesToProperty(
UI\MobileControls\Design\StyleSheetComponentEditor.cs (1)
37(StyleSheetDesigner)DesignerAdapterUtil.ControlDesigner(styleSheet);
UI\MobileControls\Design\StyleSheetDesigner.cs (5)
112IComponent component = DesignerAdapterUtil.GetRootComponent(Component); 125IComponent component = DesignerAdapterUtil.GetRootComponent(Component); 1247if (!DesignerAdapterUtil.InMobileUserControl(_styleSheet)) 1249if (DesignerAdapterUtil.InUserControl(_styleSheet)) 1255if (!DesignerAdapterUtil.InMobilePage(_styleSheet))
UI\MobileControls\Design\TextViewDesigner.cs (3)
124if (DesignerAdapterUtil.InMobileUserControl(_textView)) 129if (DesignerAdapterUtil.InUserControl(_textView)) 135if (!DesignerAdapterUtil.InMobilePage(_textView))