2 writes to _styleSheet
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
83_styleSheet = (StyleSheet)o; 153_styleSheet = value;
3 references to _styleSheet
System.Web.Mobile (3)
UI\MobileControls\MobilePage.cs (3)
76if (_styleSheet != null) 148return (_styleSheet != null) ? _styleSheet : StyleSheet.Default;