3 writes to _currentWrittenLayout
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
203_currentWrittenLayout = null; 1147_currentWrittenLayout = layout; 1160_currentWrittenLayout = null;
4 references to _currentWrittenLayout
System.Web.Mobile (4)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (4)
1068if (_currentWrittenLayout != null && layout.Compare(_currentWrittenLayout)) 1118if (_currentWrittenLayout == null) 1156if (_currentWrittenLayout != null)