2 writes to CurrentPreviousChildType
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
791
_context.
CurrentPreviousChildType
= xamlType;
849
_context.
CurrentPreviousChildType
= null;
2 references to CurrentPreviousChildType
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
894
XamlType previousObject = _context.
CurrentPreviousChildType
;
1123
if (_context.
CurrentPreviousChildType
== null)