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