1 write to _eventSource
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
952
_eventSource
= eventSource;
3 references to _eventSource
System.Web.Mobile (3)
UI\MobileControls\MobilePage.cs (3)
1035
if (
_eventSource
!= null &&
_eventSource
.Length > 0)
1037
MobileControl control = FindControl (
_eventSource
) as MobileControl;