13 references to Count
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (13)
255
if((_currentState.BreakPending) && (_currentState.
Count
> 0))
260
if((_currentState.
Count
== 0) || (RequiresNoBreakInFormatting))
278
if(_currentState.
Count
> 0)
1119
if(
Count
== 0)
1180
while( FontLevel >=
Count
)
1201
while( DivLevel >=
Count
)
1219
while(_current.Bold || _current.Italic || (FontLevel ==
Count
))
1231
DivStyleTag div = new DivStyleTag(
Count
);
1246
DivLevel =
Count
;
1282
FontStyleTag fontTag = new FontStyleTag(
Count
);
1334
FontLevel =
Count
;
1344
_tagsWritten.Push(new BoldStyleTag(
Count
));
1352
_tagsWritten.Push(new ItalicStyleTag(
Count
));