2 writes to LocatorPartIndex
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1025LocatorPartIndex = offset, 1122data.LocatorPartIndex++;
6 references to LocatorPartIndex
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
1091Debug.Assert(data.LocatorPartIndex >= 0 && data.LocatorPartIndex < locator.Parts.Count, 1097ContentLocatorPart locatorPart = locator.Parts[data.LocatorPartIndex]; 1126if (data.LocatorPartIndex == locator.Parts.Count) 1136else if (data.LocatorPartIndex == locator.Parts.Count - 1) 1138locatorPart = locator.Parts[data.LocatorPartIndex];