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)
107
if (
_converterInstances
== null)
111
return
_converterInstances
;