2 writes to CurrentPreviousChildType
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
829_context.CurrentPreviousChildType = xamlType; 889_context.CurrentPreviousChildType = null;
2 references to CurrentPreviousChildType
System.Xaml (2)
System\Xaml\Parser\XamlPullParser.cs (2)
935XamlType previousObject = _context.CurrentPreviousChildType; 1176if (_context.CurrentPreviousChildType is null)