2 writes to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
843_context.CurrentForcedToUseConstructor = true; 877_context.CurrentForcedToUseConstructor = true;
2 references to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
520else if (!_context.CurrentForcedToUseConstructor 1204else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)