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