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)
491else if (!_context.CurrentForcedToUseConstructor 1147else if (_context.CurrentType.TypeConverter != null && !_context.CurrentForcedToUseConstructor)