2 writes to PageAdapterType
System.Web.Mobile (2)
UI\MobileControls\IndividualDeviceConfig.cs (2)
80
PageAdapterType
= pageAdapterType;
329
PageAdapterType
= ParentConfig.PageAdapterType;
3 references to PageAdapterType
System.Web.Mobile (3)
UI\MobileControls\IndividualDeviceConfig.cs (3)
327
if (
PageAdapterType
== null)
329
PageAdapterType = ParentConfig.
PageAdapterType
;
337
Debug.Assert(
PageAdapterType
!= null);