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)
298
allowProtectedForType =
CurrentType
.UnderlyingType;
System\Xaml\Parser\MeScanner.cs (3)
209
if (_context.
CurrentType
.IsMarkupExtension
324
XamlType tagType = _context.
CurrentType
;
336
declaringType = _context.
CurrentType
;
System\Xaml\Parser\XamlPullParser.cs (12)
282
XamlType currentType = _context.
CurrentType
;
450
XamlType currentType = _context.
CurrentType
;
549
contentProperty, _context.CurrentTypeIsRoot ? _context.
CurrentType
: null);
826
XamlType xamlType = _context.
CurrentType
;
1023
XamlType currentType = _context.
CurrentType
;
1053
currentType = _context.
CurrentType
;
1139
XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.
CurrentType
: _context.CurrentMember.Type;
1156
prop = _context.
CurrentType
.ContentProperty;
1164
if (prop is null && _context.
CurrentType
.IsWhitespaceSignificantCollection)
1183
else if (_context.
CurrentType
.ContentProperty is not null)
1185
prop = _context.
CurrentType
.ContentProperty;
1203
else if (_context.
CurrentType
.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)