1 write to _pageAdapterType
System.Web.Mobile (1)
UI\MobileControls\IndividualDeviceConfig.cs (1)
114
_pageAdapterType
= value;
4 references to _pageAdapterType
System.Web.Mobile (4)
UI\MobileControls\IndividualDeviceConfig.cs (4)
111
return
_pageAdapterType
;
118
(IWebObjectFactory)FactoryGenerator.StaticFactoryGenerator.GetFactory(
_pageAdapterType
);
167
_pageAdapterType
.FullName, "IPageAdapter"));
236
controlType.FullName,
_pageAdapterType
.FullName));