3 writes to CurrentType
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
454_context.CurrentType = xamlType;
System\Xaml\Parser\XamlPullParser.cs (2)
779_context.CurrentType = xamlType; 917_context.CurrentType = realType;
16 references to CurrentType
System.Xaml (16)
System\Xaml\Context\XamlParserContext.cs (1)
297allowProtectedForType = CurrentType.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
209if (_context.CurrentType.IsMarkupExtension 322XamlType tagType = _context.CurrentType; 333declaringType = _context.CurrentType;
System\Xaml\Parser\XamlPullParser.cs (12)
270XamlType currentType = _context.CurrentType; 427XamlType currentType = _context.CurrentType; 519contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 788XamlType xamlType = _context.CurrentType; 978XamlType currentType = _context.CurrentType; 1007currentType = _context.CurrentType; 1089XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1106prop = _context.CurrentType.ContentProperty; 1112if (prop == null && _context.CurrentType.IsWhitespaceSignificantCollection) 1129else if (_context.CurrentType.ContentProperty != null) 1131prop = _context.CurrentType.ContentProperty; 1147else if (_context.CurrentType.TypeConverter != null && !_context.CurrentForcedToUseConstructor)