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