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)
95Key = null;
3 references to Key
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1260if (_context.CurrentFrame.Key != null) 1264KeyRecord keyRecord = _context.CurrentFrame.Key; 1364key = _context.PreviousFrame.Key;