6 writes to CurrentProperty
System.Xaml (6)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
605_context.CurrentProperty = property; 797_context.CurrentProperty = null; 1543ctx.CurrentProperty = prop; 1560ctx.CurrentProperty = savedProp; 1868ctx.CurrentProperty = XamlLanguage.Key; 1874ctx.CurrentProperty = null;
16 references to CurrentProperty
System.Xaml (16)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (16)
266: _context.CurrentProperty; // there is a push frame below making this the parent property. 339if (_context.CurrentType != null && _context.CurrentProperty == null) 394Debug.Assert(_context.CurrentProperty.DeferringLoader != null); 414if (_context.CurrentProperty != null) 417_context.CurrentProperty.ToString()); 586else if (_context.CurrentProperty != null) 589_context.CurrentProperty.ToString(), 615if (!IsConstructionDirective(_context.CurrentProperty) 616&& !IsDirectiveAllowedOnNullInstance(_context.CurrentProperty, _context.CurrentType)) 694property = _context.CurrentProperty; 813Debug.Assert(_context.CurrentProperty.DeferringLoader != null); 823XamlMember currentProperty = _context.CurrentProperty; 901if (_context.CurrentType != null && _context.CurrentProperty == null) 942if (_context.CurrentProperty != null) 1542XamlMember savedProp = ctx.CurrentProperty; 1867Debug.Assert(ctx.CurrentProperty == null);