6 writes to Key
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
953
_context.CurrentFrame.
Key
= new KeyRecord(false, false, 0, value);
981
_context.CurrentFrame.
Key
= key;
1005
_context.CurrentFrame.
Key
= key;
1276
_context.CurrentFrame.
Key
= null;
1337
_context.PreviousFrame.
Key
= key;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
92
Key
= null;
3 references to Key
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1245
if (_context.CurrentFrame.
Key
!= null)
1249
KeyRecord keyRecord = _context.CurrentFrame.
Key
;
1351
key = _context.PreviousFrame.
Key
;