2 writes to LocatorPartIndex
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1073
data.
LocatorPartIndex
= offset;
1169
data.
LocatorPartIndex
++;
6 references to LocatorPartIndex
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
1138
Debug.Assert(data.
LocatorPartIndex
>= 0 && data.
LocatorPartIndex
< locator.Parts.Count,
1144
ContentLocatorPart locatorPart = locator.Parts[data.
LocatorPartIndex
];
1173
if (data.
LocatorPartIndex
== locator.Parts.Count)
1183
else if (data.
LocatorPartIndex
== locator.Parts.Count - 1)
1185
locatorPart = locator.Parts[data.
LocatorPartIndex
];