3 writes to _currentStaticResourceRecordIndex
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
492
_currentBamlRecord = _currentStaticResourceRecords[
_currentStaticResourceRecordIndex
++];
498
_currentStaticResourceRecordIndex
= -1;
1739
_currentStaticResourceRecordIndex
= 0;
1 reference to _currentStaticResourceRecordIndex
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
494
if (
_currentStaticResourceRecordIndex
== _currentStaticResourceRecords.Count)