6 writes to Key
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
949_context.CurrentFrame.Key = new KeyRecord(false, false, 0, value); 977_context.CurrentFrame.Key = key; 1001_context.CurrentFrame.Key = key; 1272_context.CurrentFrame.Key = null; 1331_context.PreviousFrame.Key = key;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
96Key = null;
3 references to Key
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1241if (_context.CurrentFrame.Key != null) 1245KeyRecord keyRecord = _context.CurrentFrame.Key; 1345key = _context.PreviousFrame.Key;