7 references to EventSourceID
System.Web.Mobile (7)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
180
String controlId = Page.Request[Constants.
EventSourceID
];
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (2)
77
return Constants.
EventSourceID
;
206
else if (name == Constants.
EventSourceID
)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
155
String controlId = Page.Request[Constants.
EventSourceID
];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
75
return Constants.
EventSourceID
;
201
else if (name == Constants.
EventSourceID
) {
UI\MobileControls\MobilePage.cs (1)
1518
name == Constants.
EventSourceID
||