18 references to Locators
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
770ContentLocatorGroup.Locators.Add(locator); 785if (ContentLocatorGroup.Locators.Count == 0) 789else if (ContentLocatorGroup.Locators.Count == 1) 791ContentLocator list = ContentLocatorGroup.Locators[0]; 792ContentLocatorGroup.Locators.Remove(list); 930locators = locatorGroup.Locators;
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
137foreach (ContentLocator list in ContentLocatorGroup.Locators)
System\Windows\Annotations\LocatorGroup.cs (7)
70clone.Locators.Add((ContentLocator)loc.Clone()); 217List<ContentLocatorBase> tempList = new List<ContentLocatorBase>(locatorGroup.Locators.Count * (this.Locators.Count - 1)); 218foreach (ContentLocator left in this.Locators) 220foreach (ContentLocator right in locatorGroup.Locators) 242this.Locators.Add(list); 250foreach(ContentLocator loc in this.Locators)
System\Windows\Annotations\LocatorPartList.cs (4)
398foreach (ContentLocator loc in locatorGroup.Locators) 408newGroup.Locators.Add(clone); 417newGroup.Locators.Add(this); 420if (newGroup.Locators.Count == 0)