2 writes to Size
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
1735Size = (fontSize != FontSize.NotSet) ? fontSize : currentFormat.Size; 1743Size = size;
7 references to Size
System.Web.Mobile (7)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (7)
1108format.Size != FontSize.Normal); 1182if (writeSize && format.Size != FontSize.Normal) 1184WriteFullBeginTag(format.Size == FontSize.Large ? _largeTag : _smallTag); 1200WriteEndTag(_currentWrittenFormat.Size == FontSize.Large ? _largeTag : _smallTag); 1735Size = (fontSize != FontSize.NotSet) ? fontSize : currentFormat.Size; 1831Size == format.Size;