18 references to Locators
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
771ContentLocatorGroup.Locators.Add(locator); 786if (ContentLocatorGroup.Locators.Count == 0) 790else if (ContentLocatorGroup.Locators.Count == 1) 792ContentLocator list = ContentLocatorGroup.Locators[0]; 793ContentLocatorGroup.Locators.Remove(list); 931locators = 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)
399foreach (ContentLocator loc in locatorGroup.Locators) 409newGroup.Locators.Add(clone); 418newGroup.Locators.Add(this); 421if (newGroup.Locators.Count == 0)