2 instantiations of EventConverter
System.Xaml (2)
System\Xaml\Schema\BuiltInValueConverter.cs (2)
69=> s_Delegate ??= new BuiltInValueConverter<TypeConverter>(typeof(EventConverter), () => new EventConverter()); 163return s_Delegate ??= new BuiltInValueConverter<TypeConverter>(typeof(EventConverter), () => new EventConverter());
3 references to EventConverter
System.Xaml (3)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
170EventConverter.GetRootObjectAndDelegateType(serviceContext, out rootObject, out delegateType);
System\Xaml\Schema\BuiltInValueConverter.cs (2)
69=> s_Delegate ??= new BuiltInValueConverter<TypeConverter>(typeof(EventConverter), () => new EventConverter()); 163return s_Delegate ??= new BuiltInValueConverter<TypeConverter>(typeof(EventConverter), () => new EventConverter());