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