2 writes to _dpIndex
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
694
_dpIndex
= 0;
721
for (; _dpIndex < s_dpList.Count; ++
_dpIndex
)
2 references to _dpIndex
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
721
for (;
_dpIndex
< s_dpList.Count; ++_dpIndex)
723
dp = s_dpList[
_dpIndex
];