6 writes to Key
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
975
_context.CurrentFrame.
Key
= new KeyRecord(false, false, 0, value);
1003
_context.CurrentFrame.
Key
= key;
1027
_context.CurrentFrame.
Key
= key;
1291
_context.CurrentFrame.
Key
= null;
1350
_context.PreviousFrame.
Key
= key;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
95
Key
= null;
3 references to Key
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1260
if (_context.CurrentFrame.
Key
!= null)
1264
KeyRecord keyRecord = _context.CurrentFrame.
Key
;
1364
key = _context.PreviousFrame.
Key
;