18 references to Calendar
System.Web.Mobile (18)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (2)
85protected new Calendar Control 89return (Calendar)base.Control;
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (2)
43protected new Calendar Control 47return (Calendar)base.Control;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (2)
83protected new Calendar Control 87return (Calendar)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (2)
75protected new System.Web.UI.MobileControls.Calendar Control { 77return base.Control as System.Web.UI.MobileControls.Calendar;
UI\MobileControls\Design\CalendarDataBindingHandler.cs (3)
27Debug.Assert(control is Calendar, "Expected a Calendar"); 28Calendar calendar = (Calendar)control;
UI\MobileControls\Design\CalendarDesigner.cs (7)
22/// Provides a designer for the <see cref='System.Web.UI.MobileControls.Calendar'/> 26/// <seealso cref='System.Web.UI.MobileControls.Calendar'/> 34private System.Web.UI.MobileControls.Calendar _calendar; 53Debug.Assert(component is System.Web.UI.MobileControls.Calendar, 55_calendar = (System.Web.UI.MobileControls.Calendar) component; 61/// Returns the design-time HTML of the <see cref='System.Web.UI.MobileControls.Calendar'/> 70/// <seealso cref='System.Web.UI.MobileControls.Calendar'/>