3 writes to CurrentType
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
472_context.CurrentType = xamlType;
System\Xaml\Parser\XamlPullParser.cs (2)
817_context.CurrentType = xamlType; 959_context.CurrentType = realType;
16 references to CurrentType
System.Xaml (16)
System\Xaml\Context\XamlParserContext.cs (1)
298allowProtectedForType = CurrentType.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
209if (_context.CurrentType.IsMarkupExtension 324XamlType tagType = _context.CurrentType; 336declaringType = _context.CurrentType;
System\Xaml\Parser\XamlPullParser.cs (12)
282XamlType currentType = _context.CurrentType; 450XamlType currentType = _context.CurrentType; 549contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 826XamlType xamlType = _context.CurrentType; 1023XamlType currentType = _context.CurrentType; 1053currentType = _context.CurrentType; 1139XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1156prop = _context.CurrentType.ContentProperty; 1164if (prop is null && _context.CurrentType.IsWhitespaceSignificantCollection) 1183else if (_context.CurrentType.ContentProperty is not null) 1185prop = _context.CurrentType.ContentProperty; 1203else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)