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; 1335_context.PreviousFrame.Key = key;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
99Key = null;
3 references to Key
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1245if (_context.CurrentFrame.Key != null) 1249KeyRecord keyRecord = _context.CurrentFrame.Key; 1349key = _context.PreviousFrame.Key;