1 instantiation of FactoryGenerator
System.Web.Mobile (1)
UI\MobileControls\FactoryGenerator.cs (1)
107
_factoryGenerator = new
FactoryGenerator
();
4 references to FactoryGenerator
System.Web.Mobile (4)
UI\MobileControls\FactoryGenerator.cs (2)
76
private static
FactoryGenerator
_factoryGenerator;
102
internal static
FactoryGenerator
StaticFactoryGenerator {
UI\MobileControls\IndividualDeviceConfig.cs (2)
104
_controlAdapterTypes[controlType] =
FactoryGenerator
.StaticFactoryGenerator.GetFactory(adapterType);
118
(IWebObjectFactory)
FactoryGenerator
.StaticFactoryGenerator.GetFactory(_pageAdapterType);