2 writes to LocatorPartIndex
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1024LocatorPartIndex = offset, 1121data.LocatorPartIndex++;
6 references to LocatorPartIndex
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
1090Debug.Assert(data.LocatorPartIndex >= 0 && data.LocatorPartIndex < locator.Parts.Count, 1096ContentLocatorPart locatorPart = locator.Parts[data.LocatorPartIndex]; 1125if (data.LocatorPartIndex == locator.Parts.Count) 1135else if (data.LocatorPartIndex == locator.Parts.Count - 1) 1137locatorPart = locator.Parts[data.LocatorPartIndex];