18 references to Locators
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (6)
794ContentLocatorGroup.Locators.Add(locator); 809if (ContentLocatorGroup.Locators.Count == 0) 813else if (ContentLocatorGroup.Locators.Count == 1) 815ContentLocator list = ContentLocatorGroup.Locators[0]; 816ContentLocatorGroup.Locators.Remove(list); 954locators = locatorGroup.Locators;
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
145foreach (ContentLocator list in ContentLocatorGroup.Locators)
System\Windows\Annotations\LocatorGroup.cs (7)
77clone.Locators.Add((ContentLocator)loc.Clone()); 224List<ContentLocatorBase> tempList = new List<ContentLocatorBase>(locatorGroup.Locators.Count * (this.Locators.Count - 1)); 225foreach (ContentLocator left in this.Locators) 227foreach (ContentLocator right in locatorGroup.Locators) 249this.Locators.Add(list); 257foreach(ContentLocator loc in this.Locators)
System\Windows\Annotations\LocatorPartList.cs (4)
420foreach (ContentLocator loc in locatorGroup.Locators) 430newGroup.Locators.Add(clone); 439newGroup.Locators.Add(this); 442if (newGroup.Locators.Count == 0)