4 references to _bgColorInsertionPointInPattern
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (4)
59int tagEndIndex = webCalendarHtml.IndexOf(">", tagBeginIndex + _bgColorInsertionPointInPattern, StringComparison.Ordinal); 68tagBeginIndex += _bgColorInsertionPointInPattern; 140webCalendarHtml = webCalendarHtml.Insert(index + _bgColorInsertionPointInPattern, selectedDateBGColor); 141index = LocateNextSelectedDate(webCalendarHtml, index + _bgColorInsertionPointInPattern);