4 writes to CurrentKey
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
347
_context.
CurrentKey
= _context.KeyList.IndexOf(record);
389
_context.
CurrentKey
= _context.KeyList.IndexOf(record);
938
_context.
CurrentKey
= 0;
1237
_context.
CurrentKey
++;
3 references to CurrentKey
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
833
object value = _context.KeyList[_context.
CurrentKey
- 1].StaticResources[resourceId];
1214
KeyRecord record = _context.KeyList[_context.
CurrentKey
];
1894
Object resource = _context.KeyList[_context.
CurrentKey
- 1].StaticResources[resourceId];