2 writes to _propertiesIndex
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
360
_propertiesIndex
= -1;
378
_propertiesIndex
++;
2 references to _propertiesIndex
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
376
if (
_propertiesIndex
< _properties.Count - 1)
379
object obj = _properties[
_propertiesIndex
];