4 references to FactoryDelegates
System.Xaml (4)
System\Xaml\Runtime\DynamicMethodRuntime.cs (4)
216
if (!
FactoryDelegates
.TryGetValue(ctor, out factoryDelegate))
219
FactoryDelegates
.Add(ctor, factoryDelegate);
229
if (!
FactoryDelegates
.TryGetValue(factory, out factoryDelegate))
232
FactoryDelegates
.Add(factory, factoryDelegate);