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