Home
last modified time | relevance | path

Searched refs:StyleSheetDesigner (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DStyleSheetComponentEditor.cs36 StyleSheetDesigner designer = in EditComponent()
37 (StyleSheetDesigner)DesignerAdapterUtil.ControlDesigner(styleSheet); in EditComponent()
H A DStyleSheetDesigner.cs34 internal class StyleSheetDesigner : MobileTemplatedControlDesigner, IDeviceSpecificDesigner class
282 StyleSheetDesigner ssd = designer as StyleSheetDesigner; in UpdateActiveStyleSheet()
408 StyleSheetDesigner ssd = (StyleSheetDesigner) designer; in OnSetParent()
H A DStylesEditorDialog.cs48 private StyleSheetDesigner _styleSheetDesigner;
91 StyleSheetDesigner styleSheetDesigner, in StylesEditorDialog()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Converters/
H A DChoiceConverter.cs62 Debug.Assert(designer is StyleSheetDesigner, "Expected a StyleSheet designer."); in GetChoices()
63 StyleSheetDesigner ssd = (StyleSheetDesigner) designer; in GetChoices()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DStyleSheet.cs34 Designer(typeof(System.Web.UI.Design.MobileControls.StyleSheetDesigner)),
768 … System.Web.UI.Design.MobileControls.StyleSheetDesigner.SetRequiresDesignTimeChanges(); in GetChildControlType()