2 writes to LocatorPartIndex
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1047data.LocatorPartIndex = offset; 1143data.LocatorPartIndex++;
6 references to LocatorPartIndex
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
1112Debug.Assert(data.LocatorPartIndex >= 0 && data.LocatorPartIndex < locator.Parts.Count, 1118ContentLocatorPart locatorPart = locator.Parts[data.LocatorPartIndex]; 1147if (data.LocatorPartIndex == locator.Parts.Count) 1157else if (data.LocatorPartIndex == locator.Parts.Count - 1) 1159locatorPart = locator.Parts[data.LocatorPartIndex];