2 writes to CurrentPreviousChildType
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
830
_context.
CurrentPreviousChildType
= xamlType;
890
_context.
CurrentPreviousChildType
= null;
2 references to CurrentPreviousChildType
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
936
XamlType previousObject = _context.
CurrentPreviousChildType
;
1177
if (_context.
CurrentPreviousChildType
is null)