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