6 writes to CurrentProperty
System.Xaml (6)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
617_context.CurrentProperty = property; 815_context.CurrentProperty = null; 1581ctx.CurrentProperty = prop; 1598ctx.CurrentProperty = savedProp; 1916ctx.CurrentProperty = XamlLanguage.Key; 1922ctx.CurrentProperty = null;
16 references to CurrentProperty
System.Xaml (16)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (16)
270: _context.CurrentProperty; // there is a push frame below making this the parent property. 344if (_context.CurrentType is not null && _context.CurrentProperty is null) 400Debug.Assert(_context.CurrentProperty.DeferringLoader is not null); 423if (_context.CurrentProperty is not null) 426_context.CurrentProperty.ToString()); 598else if (_context.CurrentProperty is not null) 601_context.CurrentProperty.ToString(), 627if (!IsConstructionDirective(_context.CurrentProperty) 628&& !IsDirectiveAllowedOnNullInstance(_context.CurrentProperty, _context.CurrentType)) 709property = _context.CurrentProperty; 831Debug.Assert(_context.CurrentProperty.DeferringLoader is not null); 842XamlMember currentProperty = _context.CurrentProperty; 922if (_context.CurrentType is not null && _context.CurrentProperty is null) 965if (_context.CurrentProperty is not null) 1580XamlMember savedProp = ctx.CurrentProperty; 1915Debug.Assert(ctx.CurrentProperty is null);