1 write to _converterInstances
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
109_converterInstances = new Dictionary<Type, object>();
2 references to _converterInstances
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
107if (_converterInstances == null) 111return _converterInstances;