2 references to StyleSheetLocationCustomAttribute
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
402
return(String) Page.ActiveForm.CustomAttributes[XhtmlConstants.
StyleSheetLocationCustomAttribute
];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
232
String cssLocation = (String) Page.ActiveForm.CustomAttributes[XhtmlConstants.
StyleSheetLocationCustomAttribute
];