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)
520
else if (!_context.
CurrentForcedToUseConstructor
1204
else if (_context.CurrentType.TypeConverter is not null && !_context.
CurrentForcedToUseConstructor
)