5 writes to _physicalCssClassPushed
System.Web.Mobile (5)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (5)
478_physicalCssClassPushed = true; 501_physicalCssClassPushed = true; 539_physicalCssClassPushed = true; 569_physicalCssClassPushed = false; 622_physicalCssClassPushed = true;
6 references to _physicalCssClassPushed
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (6)
477Debug.Assert(!_physicalCssClassPushed, "These calls should not be nested."); 500Debug.Assert(!_physicalCssClassPushed, "These calls should not be nested."); 510Debug.Assert(_physicalCssClassPushed, "_physicalSpanClassOpen implies _physicalCssClassPushed"); 538Debug.Assert(!_physicalCssClassPushed, "These calls should not be nested."); 567if (_physicalCssClassPushed) { 621Debug.Assert(!_physicalCssClassPushed, "These calls should not be nested.");