3 writes to KeyList
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
271_context.KeyList = new List<KeyRecord>(); 959_context.KeyList = new List<KeyRecord>(); 1312_context.KeyList = null;
14 references to KeyList
PresentationFramework (14)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
342foreach (KeyRecord keyRecord in _context.KeyList) 355return _context.KeyList; 369_context.CurrentKey = _context.KeyList.IndexOf(record); 412_context.CurrentKey = _context.KeyList.IndexOf(record); 857object value = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId]; 999_context.KeyList.Add(key); 1023_context.KeyList.Add(key); 1229KeyRecord record = _context.KeyList[_context.CurrentKey]; 1346_context.KeyList.Add(key); 1909Object resource = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId];
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (4)
54if (KeyList != null && KeyList.Count > 0) 56return KeyList[KeyList.Count - 1];