18 references to Locators
PresentationFramework (18)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
820ContentLocatorGroup.Locators.Add(locator); 835if (ContentLocatorGroup.Locators.Count == 0) 839else if (ContentLocatorGroup.Locators.Count == 1) 841ContentLocator list = ContentLocatorGroup.Locators[0]; 842ContentLocatorGroup.Locators.Remove(list); 980locators = locatorGroup.Locators;
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
152foreach(ContentLocator list in ContentLocatorGroup.Locators)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (7)
87clone.Locators.Add((ContentLocator)loc.Clone()); 240List<ContentLocatorBase> tempList = new List<ContentLocatorBase>(locatorGroup.Locators.Count * (this.Locators.Count - 1)); 241foreach (ContentLocator left in this.Locators) 243foreach (ContentLocator right in locatorGroup.Locators) 265this.Locators.Add(list); 273foreach(ContentLocator loc in this.Locators)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (4)
437foreach (ContentLocator loc in locatorGroup.Locators) 447newGroup.Locators.Add(clone); 456newGroup.Locators.Add(this); 459if (newGroup.Locators.Count == 0)