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