3 writes to CurrentType
System.Xaml (3)
System\Xaml\Parser\MePullParser.cs (1)
451
_context.
CurrentType
= xamlType;
System\Xaml\Parser\XamlPullParser.cs (2)
777
_context.
CurrentType
= xamlType;
915
_context.
CurrentType
= realType;
16 references to CurrentType
System.Xaml (16)
System\Xaml\Context\XamlParserContext.cs (1)
295
allowProtectedForType =
CurrentType
.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
206
if (_context.
CurrentType
.IsMarkupExtension
319
XamlType tagType = _context.
CurrentType
;
330
declaringType = _context.
CurrentType
;
System\Xaml\Parser\XamlPullParser.cs (12)
268
XamlType currentType = _context.
CurrentType
;
425
XamlType currentType = _context.
CurrentType
;
517
contentProperty, _context.CurrentTypeIsRoot ? _context.
CurrentType
: null);
786
XamlType xamlType = _context.
CurrentType
;
976
XamlType currentType = _context.
CurrentType
;
1005
currentType = _context.
CurrentType
;
1087
XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.
CurrentType
: _context.CurrentMember.Type;
1104
prop = _context.
CurrentType
.ContentProperty;
1110
if (prop is null && _context.
CurrentType
.IsWhitespaceSignificantCollection)
1127
else if (_context.
CurrentType
.ContentProperty is not null)
1129
prop = _context.
CurrentType
.ContentProperty;
1145
else if (_context.
CurrentType
.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)