4 writes to CurrentKey
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
344_context.CurrentKey = _context.KeyList.IndexOf(record); 386_context.CurrentKey = _context.KeyList.IndexOf(record); 935_context.CurrentKey = 0; 1234_context.CurrentKey++;
3 references to CurrentKey
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
830object value = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId]; 1211KeyRecord record = _context.KeyList[_context.CurrentKey]; 1891Object resource = _context.KeyList[_context.CurrentKey - 1].StaticResources[resourceId];