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