3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
250_context.KeyList = new List<KeyRecord>(); 938_context.KeyList = new List<KeyRecord>(); 1298_context.KeyList = null;
14 references to KeyList
PresentationFramework (14)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
321foreach (KeyRecord keyRecord in _context.KeyList) 334return _context.KeyList; 348_context.CurrentKey = _context.KeyList.IndexOf(record); 390_context.CurrentKey = _context.KeyList.IndexOf(record); 834object value = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId]; 978_context.KeyList.Add(key); 1002_context.KeyList.Add(key); 1215KeyRecord record = _context.KeyList[_context.CurrentKey]; 1334_context.KeyList.Add(key); 1895Object resource = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId];
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
52if (KeyList != null && KeyList.Count > 0) 54return KeyList[KeyList.Count - 1];