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)
299
allowProtectedForType =
CurrentType
.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
210
if (_context.
CurrentType
.IsMarkupExtension
325
XamlType tagType = _context.
CurrentType
;
337
declaringType = _context.
CurrentType
;
System\Xaml\Parser\XamlPullParser.cs (12)
283
XamlType currentType = _context.
CurrentType
;
451
XamlType currentType = _context.
CurrentType
;
550
contentProperty, _context.CurrentTypeIsRoot ? _context.
CurrentType
: null);
827
XamlType xamlType = _context.
CurrentType
;
1024
XamlType currentType = _context.
CurrentType
;
1054
currentType = _context.
CurrentType
;
1140
XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.
CurrentType
: _context.CurrentMember.Type;
1157
prop = _context.
CurrentType
.ContentProperty;
1165
if (prop is null && _context.
CurrentType
.IsWhitespaceSignificantCollection)
1184
else if (_context.
CurrentType
.ContentProperty is not null)
1186
prop = _context.
CurrentType
.ContentProperty;
1204
else if (_context.
CurrentType
.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)