2 writes to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
842_context.CurrentForcedToUseConstructor = true; 876_context.CurrentForcedToUseConstructor = true;
2 references to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
519else if (!_context.CurrentForcedToUseConstructor 1203else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)