4 writes to CurrentKey
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
369_context.CurrentKey = _context.KeyList.IndexOf(record); 412_context.CurrentKey = _context.KeyList.IndexOf(record); 960_context.CurrentKey = 0; 1252_context.CurrentKey++;
3 references to CurrentKey
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
857object value = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId]; 1229KeyRecord record = _context.KeyList[_context.CurrentKey]; 1909Object resource = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId];