3 writes to CurrentType
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
451_context.CurrentType = xamlType;
System\Xaml\Parser\XamlPullParser.cs (2)
777_context.CurrentType = xamlType; 915_context.CurrentType = realType;
16 references to CurrentType
System.Xaml (16)
System\Xaml\Context\XamlParserContext.cs (1)
295allowProtectedForType = CurrentType.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
206if (_context.CurrentType.IsMarkupExtension 319XamlType tagType = _context.CurrentType; 330declaringType = _context.CurrentType;
System\Xaml\Parser\XamlPullParser.cs (12)
268XamlType currentType = _context.CurrentType; 425XamlType currentType = _context.CurrentType; 517contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 786XamlType xamlType = _context.CurrentType; 976XamlType currentType = _context.CurrentType; 1005currentType = _context.CurrentType; 1087XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1104prop = _context.CurrentType.ContentProperty; 1110if (prop is null && _context.CurrentType.IsWhitespaceSignificantCollection) 1127else if (_context.CurrentType.ContentProperty is not null) 1129prop = _context.CurrentType.ContentProperty; 1145else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)