3 writes to _currentWrittenFormat
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
204_currentWrittenFormat = null; 1187_currentWrittenFormat = format; 1210_currentWrittenFormat = null;
10 references to _currentWrittenFormat
System.Web.Mobile (10)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (10)
1076if (_currentWrittenFormat != null && !CurrentFormat.Compare(_currentWrittenFormat)) 1102if (_currentWrittenFormat == null || !format.Compare(_currentWrittenFormat)) 1170if (_currentWrittenFormat == null) 1196if (_currentWrittenFormat != null) 1198if (_currentWrittenFormat.WrittenSize) 1200WriteEndTag(_currentWrittenFormat.Size == FontSize.Large ? _largeTag : _smallTag); 1202if (_currentWrittenFormat.WrittenItalic) 1206if (_currentWrittenFormat.WrittenBold)