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)
297
allowProtectedForType =
CurrentType
.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
209
if (_context.
CurrentType
.IsMarkupExtension
322
XamlType tagType = _context.
CurrentType
;
333
declaringType = _context.
CurrentType
;
System\Xaml\Parser\XamlPullParser.cs (12)
270
XamlType currentType = _context.
CurrentType
;
427
XamlType currentType = _context.
CurrentType
;
519
contentProperty, _context.CurrentTypeIsRoot ? _context.
CurrentType
: null);
788
XamlType xamlType = _context.
CurrentType
;
978
XamlType currentType = _context.
CurrentType
;
1007
currentType = _context.
CurrentType
;
1089
XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.
CurrentType
: _context.CurrentMember.Type;
1106
prop = _context.
CurrentType
.ContentProperty;
1112
if (prop == null && _context.
CurrentType
.IsWhitespaceSignificantCollection)
1129
else if (_context.
CurrentType
.ContentProperty != null)
1131
prop = _context.
CurrentType
.ContentProperty;
1147
else if (_context.
CurrentType
.TypeConverter != null && !_context.CurrentForcedToUseConstructor)