18 references to Locators
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
783ContentLocatorGroup.Locators.Add(locator); 798if (ContentLocatorGroup.Locators.Count == 0) 802else if (ContentLocatorGroup.Locators.Count == 1) 804ContentLocator list = ContentLocatorGroup.Locators[0]; 805ContentLocatorGroup.Locators.Remove(list); 943locators = locatorGroup.Locators;
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
138foreach (ContentLocator list in ContentLocatorGroup.Locators)
System\Windows\Annotations\LocatorGroup.cs (7)
71clone.Locators.Add((ContentLocator)loc.Clone()); 218List<ContentLocatorBase> tempList = new List<ContentLocatorBase>(locatorGroup.Locators.Count * (this.Locators.Count - 1)); 219foreach (ContentLocator left in this.Locators) 221foreach (ContentLocator right in locatorGroup.Locators) 243this.Locators.Add(list); 251foreach(ContentLocator loc in this.Locators)
System\Windows\Annotations\LocatorPartList.cs (4)
413foreach (ContentLocator loc in locatorGroup.Locators) 423newGroup.Locators.Add(clone); 432newGroup.Locators.Add(this); 435if (newGroup.Locators.Count == 0)