2 writes to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
802_context.CurrentForcedToUseConstructor = true; 835_context.CurrentForcedToUseConstructor = true;
2 references to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
489else if (!_context.CurrentForcedToUseConstructor 1145else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)