6 references to SeparatorTemplateTag
System.Web.Mobile (6)
UI\MobileControls\Design\ListDesigner.cs (1)
55new String [] { Constants.SeparatorTemplateTag }
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
393templateName == Constants.SeparatorTemplateTag ||
UI\MobileControls\Design\ObjectListDesigner.cs (1)
55new String [] { Constants.SeparatorTemplateTag },
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
90new String [] { Constants.SeparatorTemplateTag },
UI\MobileControls\List.cs (1)
259ITemplate separatorTemplate = GetTemplate(Constants.SeparatorTemplateTag);
UI\MobileControls\ObjectList.cs (1)
638ITemplate separatorTemplate = GetTemplate(Constants.SeparatorTemplateTag);