4 references to FactoryDelegates
System.Xaml (4)
System\Xaml\Runtime\DynamicMethodRuntime.cs (4)
210
if (!
FactoryDelegates
.TryGetValue(ctor, out factoryDelegate))
213
FactoryDelegates
.Add(ctor, factoryDelegate);
222
if (!
FactoryDelegates
.TryGetValue(factory, out factoryDelegate))
225
FactoryDelegates
.Add(factory, factoryDelegate);