4 references to StyleSheetLocationAttributeValue
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
441
if (
StyleSheetLocationAttributeValue
!= null &&
StyleSheetLocationAttributeValue
.Length > 0) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
327
Debug.Assert (
StyleSheetLocationAttributeValue
!= null);
328
return
StyleSheetLocationAttributeValue
;