3 writes to _currentStaticResourceRecordIndex
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
484
_currentBamlRecord = _currentStaticResourceRecords[
_currentStaticResourceRecordIndex
++];
490
_currentStaticResourceRecordIndex
= -1;
1747
_currentStaticResourceRecordIndex
= 0;
1 reference to _currentStaticResourceRecordIndex
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
486
if (
_currentStaticResourceRecordIndex
== _currentStaticResourceRecords.Count)