4 writes to _cssLocation
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (4)
442
return
_cssLocation
= StyleSheetLocation.PhysicalFile;
445
return
_cssLocation
= StyleSheetLocation.Internal;
449
return
_cssLocation
= StyleSheetLocation.ApplicationCache;
451
return
_cssLocation
= StyleSheetLocation.SessionState;
2 references to _cssLocation
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
438
if (
_cssLocation
!= StyleSheetLocation.NotSet) {
439
return
_cssLocation
;