2 writes to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
804
_context.
CurrentForcedToUseConstructor
= true;
837
_context.
CurrentForcedToUseConstructor
= true;
2 references to CurrentForcedToUseConstructor
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
491
else if (!_context.
CurrentForcedToUseConstructor
1147
else if (_context.CurrentType.TypeConverter != null && !_context.
CurrentForcedToUseConstructor
)