3 writes to KeyList
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
253_context.KeyList = new List<KeyRecord>(); 937_context.KeyList = new List<KeyRecord>(); 1297_context.KeyList = null;
14 references to KeyList
PresentationFramework (14)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
324foreach (KeyRecord keyRecord in _context.KeyList) 337return _context.KeyList; 351_context.CurrentKey = _context.KeyList.IndexOf(record); 393_context.CurrentKey = _context.KeyList.IndexOf(record); 835object value = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId]; 977_context.KeyList.Add(key); 1001_context.KeyList.Add(key); 1214KeyRecord record = _context.KeyList[_context.CurrentKey]; 1331_context.KeyList.Add(key); 1890Object 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];