3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
254_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)
325foreach (KeyRecord keyRecord in _context.KeyList) 338return _context.KeyList; 352_context.CurrentKey = _context.KeyList.IndexOf(record); 394_context.CurrentKey = _context.KeyList.IndexOf(record); 836object value = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId]; 978_context.KeyList.Add(key); 1002_context.KeyList.Add(key); 1215KeyRecord record = _context.KeyList[_context.CurrentKey]; 1332_context.KeyList.Add(key); 1891Object resource = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId];
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
55if (KeyList != null && KeyList.Count > 0) 57return KeyList[KeyList.Count - 1];