4 references to ContentTemplateTag
System.Web.Mobile (4)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
83
new String [] { Constants.
ContentTemplateTag
};
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
395
templateName == Constants.
ContentTemplateTag
);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
91
new String [] { Constants.
ContentTemplateTag
}
UI\MobileControls\Panel.cs (1)
158
ITemplate contentTemplate = GetTemplate(Constants.
ContentTemplateTag
);