3 writes to CurrentType
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
473_context.CurrentType = xamlType;
System\Xaml\Parser\XamlPullParser.cs (2)
818_context.CurrentType = xamlType; 960_context.CurrentType = realType;
16 references to CurrentType
System.Xaml (16)
System\Xaml\Context\XamlParserContext.cs (1)
299allowProtectedForType = CurrentType.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
210if (_context.CurrentType.IsMarkupExtension 325XamlType tagType = _context.CurrentType; 337declaringType = _context.CurrentType;
System\Xaml\Parser\XamlPullParser.cs (12)
283XamlType currentType = _context.CurrentType; 451XamlType currentType = _context.CurrentType; 550contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 827XamlType xamlType = _context.CurrentType; 1024XamlType currentType = _context.CurrentType; 1054currentType = _context.CurrentType; 1140XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1157prop = _context.CurrentType.ContentProperty; 1165if (prop is null && _context.CurrentType.IsWhitespaceSignificantCollection) 1184else if (_context.CurrentType.ContentProperty is not null) 1186prop = _context.CurrentType.ContentProperty; 1204else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)