30 writes to VisibleDate
System.Web.Mobile (30)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (10)
167
Control.
VisibleDate
= DateTime.Today;
210
Control.
VisibleDate
= new DateTime(Int64.Parse((String)triplet.Third, CultureInfo.InvariantCulture));
217
Control.
VisibleDate
= new DateTime(Int64.Parse((String)viewState[2], CultureInfo.InvariantCulture));
619
Control.
VisibleDate
= dateTime;
848
Control.
VisibleDate
= _threadCalendar.AddMonths(
855
Control.
VisibleDate
= _threadCalendar.AddMonths(
862
Control.
VisibleDate
= _threadCalendar.AddMonths(
870
Control.
VisibleDate
= beginDate;
893
Control.
VisibleDate
= _threadCalendar.AddDays(tempDate, e.ListItem.Index * 7);
915
Control.
VisibleDate
= _threadCalendar.AddDays(Control.VisibleDate, e.ListItem.Index);
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (10)
149
Control.
VisibleDate
= DateTime.Today;
192
Control.
VisibleDate
= new DateTime(Int64.Parse((String)triplet.Third, CultureInfo.InvariantCulture));
199
Control.
VisibleDate
= new DateTime(Int64.Parse((String)viewState[2], CultureInfo.InvariantCulture));
596
Control.
VisibleDate
= dateTime;
820
Control.
VisibleDate
= _threadCalendar.AddMonths(
827
Control.
VisibleDate
= _threadCalendar.AddMonths(
834
Control.
VisibleDate
= _threadCalendar.AddMonths(
842
Control.
VisibleDate
= beginDate;
865
Control.
VisibleDate
= _threadCalendar.AddDays(tempDate, e.ListItem.Index * 7);
887
Control.
VisibleDate
= _threadCalendar.AddDays(Control.VisibleDate, e.ListItem.Index);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (10)
144
Control.
VisibleDate
= DateTime.Today;
181
Control.
VisibleDate
= new DateTime(Int64.Parse((String)triplet.Third, CultureInfo.InvariantCulture));
187
Control.
VisibleDate
= new DateTime(Int64.Parse((String)viewState[2], CultureInfo.InvariantCulture));
552
Control.
VisibleDate
= dateTime;
753
Control.
VisibleDate
= _threadCalendar.AddMonths(
759
Control.
VisibleDate
= _threadCalendar.AddMonths(
765
Control.
VisibleDate
= _threadCalendar.AddMonths(
772
Control.
VisibleDate
= beginDate;
793
Control.
VisibleDate
= _threadCalendar.AddDays(tempDate, e.ListItem.Index * 7);
812
Control.
VisibleDate
= _threadCalendar.AddDays(Control.VisibleDate, e.ListItem.Index);
66 references to VisibleDate
System.Web.Mobile (66)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (22)
165
if (Page.IsPostBack && Control.
VisibleDate
== DateTime.MinValue)
240
DateTime visibleDate = Control.
VisibleDate
;
302
currentInfo.Calendar.GetEra(Control.
VisibleDate
);
382
arr.Add(Control.
VisibleDate
.ToString(
434
writer.Write(GetEra(Control.
VisibleDate
));
441
_textBox.Text = Control.
VisibleDate
.ToString(numericDateFormat, CultureInfo.InvariantCulture);
458
tempDate = Control.
VisibleDate
;
492
writer.Write(Control.
VisibleDate
.ToString(monthFormat, CultureInfo.CurrentCulture));
505
tempDate = FirstCalendarDay(Control.
VisibleDate
);
529
tempDate = Control.
VisibleDate
;
595
SelectRange(Control.
VisibleDate
, Control.
VisibleDate
);
849
Control.
VisibleDate
, _monthsToDisplay);
856
Control.
VisibleDate
, -_monthsToDisplay);
863
Control.
VisibleDate
,
869
DateTime beginDate = EffectiveVisibleDate(Control.
VisibleDate
);
891
DateTime tempDate = FirstCalendarDay(Control.
VisibleDate
);
898
DateTime endDate = _threadCalendar.AddDays(Control.
VisibleDate
, 6);
900
SelectRange(Control.
VisibleDate
, endDate);
915
Control.VisibleDate = _threadCalendar.AddDays(Control.
VisibleDate
, e.ListItem.Index);
917
SelectRange(Control.
VisibleDate
, Control.
VisibleDate
);
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (22)
147
if (Page.IsPostBack && Control.
VisibleDate
== DateTime.MinValue)
222
DateTime visibleDate = Control.
VisibleDate
;
285
currentInfo.Calendar.GetEra(Control.
VisibleDate
);
364
arr.Add(Control.
VisibleDate
.ToString(
411
writer.RenderText(GetEra(Control.
VisibleDate
));
418
_textBox.Text = Control.
VisibleDate
.ToString(numericDateFormat, CultureInfo.InvariantCulture);
440
tempDate = Control.
VisibleDate
;
475
Control.
VisibleDate
.ToString(monthFormat, CultureInfo.CurrentCulture));
487
tempDate = FirstCalendarDay(Control.
VisibleDate
);
511
tempDate = Control.
VisibleDate
;
576
SelectRange(Control.
VisibleDate
, Control.
VisibleDate
);
821
Control.
VisibleDate
, _monthsToDisplay);
828
Control.
VisibleDate
, -_monthsToDisplay);
835
Control.
VisibleDate
,
841
DateTime beginDate = EffectiveVisibleDate(Control.
VisibleDate
);
863
DateTime tempDate = FirstCalendarDay(Control.
VisibleDate
);
870
DateTime endDate = _threadCalendar.AddDays(Control.
VisibleDate
, 6);
872
SelectRange(Control.
VisibleDate
, endDate);
887
Control.VisibleDate = _threadCalendar.AddDays(Control.
VisibleDate
, e.ListItem.Index);
889
SelectRange(Control.
VisibleDate
, Control.
VisibleDate
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (22)
143
if (Page.IsPostBack && Control.
VisibleDate
== DateTime.MinValue) {
207
DateTime visibleDate = Control.
VisibleDate
;
258
currentInfo.Calendar.GetEra(Control.
VisibleDate
);
332
arr.Add(Control.
VisibleDate
.ToString(
379
writer.Write(GetEra(Control.
VisibleDate
));
386
_textBox.Text = Control.
VisibleDate
.ToString(numericDateFormat, CultureInfo.CurrentCulture);
403
tempDate = Control.
VisibleDate
;
435
writer.Write(Control.
VisibleDate
.ToString(monthFormat, CultureInfo.CurrentCulture));
448
tempDate = FirstCalendarDay(Control.
VisibleDate
);
471
tempDate = Control.
VisibleDate
;
530
SelectRange(Control.
VisibleDate
, Control.
VisibleDate
);
754
Control.
VisibleDate
, _monthsToDisplay);
760
Control.
VisibleDate
, -_monthsToDisplay);
766
Control.
VisibleDate
,
771
DateTime beginDate = EffectiveVisibleDate(Control.
VisibleDate
);
791
DateTime tempDate = FirstCalendarDay(Control.
VisibleDate
);
797
DateTime endDate = _threadCalendar.AddDays(Control.
VisibleDate
, 6);
799
SelectRange(Control.
VisibleDate
, endDate);
812
Control.VisibleDate = _threadCalendar.AddDays(Control.
VisibleDate
, e.ListItem.Index);
814
SelectRange(Control.
VisibleDate
, Control.
VisibleDate
);