2 writes to _propertiesIndex
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
369
_propertiesIndex
= -1;
387
_propertiesIndex
++;
2 references to _propertiesIndex
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
385
if (
_propertiesIndex
< _properties.Count - 1)
388
object obj = _properties[
_propertiesIndex
];