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)
857
object value = _context.KeyList[_context.
CurrentKey
- 1].StaticResources[resourceId];
1229
KeyRecord record = _context.KeyList[_context.
CurrentKey
];
1909
Object resource = _context.KeyList[_context.
CurrentKey
- 1].StaticResources[resourceId];