4 references to FactoryDelegates
System.Xaml (4)
System\Xaml\Runtime\DynamicMethodRuntime.cs (4)
215
if (!
FactoryDelegates
.TryGetValue(ctor, out factoryDelegate))
218
FactoryDelegates
.Add(ctor, factoryDelegate);
228
if (!
FactoryDelegates
.TryGetValue(factory, out factoryDelegate))
231
FactoryDelegates
.Add(factory, factoryDelegate);