1 override of CreateInstance
System.Xaml (1)
System\Xaml\Schema\BuiltInValueConverter.cs (1)
28
protected override TConverterBase
CreateInstance
() => _factory.Invoke();
1 reference to CreateInstance
System.Xaml (1)
System\Xaml\Schema\XamlValueConverter.cs (1)
48
Interlocked.CompareExchange(ref _instance,
CreateInstance
(), null);