2 writes to _dpIndex
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
697
_dpIndex
= 0;
724
for (; _dpIndex < s_dpList.Count; ++
_dpIndex
)
2 references to _dpIndex
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
724
for (;
_dpIndex
< s_dpList.Count; ++_dpIndex)
726
dp = s_dpList[
_dpIndex
];