6 writes to Key
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
950_context.CurrentFrame.Key = new KeyRecord(false, false, 0, value); 978_context.CurrentFrame.Key = key; 1002_context.CurrentFrame.Key = key; 1273_context.CurrentFrame.Key = null; 1334_context.PreviousFrame.Key = key;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
92Key = null;
3 references to Key
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1242if (_context.CurrentFrame.Key != null) 1246KeyRecord keyRecord = _context.CurrentFrame.Key; 1348key = _context.PreviousFrame.Key;