6 writes to CurrentProperty
System.Xaml (6)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
605
_context.
CurrentProperty
= property;
797
_context.
CurrentProperty
= null;
1543
ctx.
CurrentProperty
= prop;
1560
ctx.
CurrentProperty
= savedProp;
1868
ctx.
CurrentProperty
= XamlLanguage.Key;
1874
ctx.
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.
339
if (_context.CurrentType != null && _context.
CurrentProperty
== null)
394
Debug.Assert(_context.
CurrentProperty
.DeferringLoader != null);
414
if (_context.
CurrentProperty
!= null)
417
_context.
CurrentProperty
.ToString());
586
else if (_context.
CurrentProperty
!= null)
589
_context.
CurrentProperty
.ToString(),
615
if (!IsConstructionDirective(_context.
CurrentProperty
)
616
&& !IsDirectiveAllowedOnNullInstance(_context.
CurrentProperty
, _context.CurrentType))
694
property = _context.
CurrentProperty
;
813
Debug.Assert(_context.
CurrentProperty
.DeferringLoader != null);
823
XamlMember currentProperty = _context.
CurrentProperty
;
901
if (_context.CurrentType != null && _context.
CurrentProperty
== null)
942
if (_context.
CurrentProperty
!= null)
1542
XamlMember savedProp = ctx.
CurrentProperty
;
1867
Debug.Assert(ctx.
CurrentProperty
== null);