2 writes to _propertiesIndex
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
378_propertiesIndex = -1; 396_propertiesIndex++;
2 references to _propertiesIndex
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
394if (_propertiesIndex < _properties.Count - 1) 397object obj = _properties[_propertiesIndex];