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