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