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