4 instantiations of ContentLocator
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
153locator = new ContentLocator();
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
136locator = new ContentLocator();
System\Windows\Annotations\AnnotationHelper.cs (1)
732ContentLocator locator = new ContentLocator();
System\Windows\Annotations\LocatorPartList.cs (1)
103ContentLocator clone = new ContentLocator();
69 references to ContentLocator
PresentationFramework (69)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
143public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 149ContentLocator locator = null;
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
105public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 112ContentLocator locator = null;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (24)
283ContentLocator[] lists = new ContentLocator[locators.Count]; 288foreach (ContentLocator locator in locators) 394ContentLocator realLocator = locator as ContentLocator; 519internal Object FindAttachedAnchor(DependencyObject startNode, ContentLocator[] prefixes, ContentLocatorBase locator, out AttachmentLevel attachmentLevel) 535ContentLocator realLocator = locator as ContentLocator; 579private int FindMatchingPrefix(ContentLocator[] prefixes, ContentLocatorBase locator, out bool matched) 583ContentLocator realLocator = locator as ContentLocator; 590foreach (ContentLocator prefix in prefixes) 641ContentLocator list = processor.GenerateLocator(startNode, out continueProcessing); 720tempLocators.AddRange(((ContentLocator)loc).DotProduct(locatorParts)); // TODO 765ContentLocator locator = tempLocators[0] as ContentLocator; 791ContentLocator list = ContentLocatorGroup.Locators[0]; 886ContentLocator realLocator = locator as ContentLocator; 909IList<ContentLocator> locators = null; 918locators = new List<ContentLocator>(1); 1020private ResolvingLocatorState ResolveSingleLocator(ref object selection, ref AttachmentLevel attachmentLevel, AttachmentLevel attemptedLevel, ContentLocator locator, int offset, DependencyObject startNode, bool skipStartNode) 1087ContentLocator locator = data.ContentLocatorBase; 1318public ContentLocator ContentLocatorBase;
MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (1)
116public abstract ContentLocator GenerateLocator(PathNode node, out bool continueGenerating);
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
104public Dictionary<Guid, Annotation> FindAnnotations(ContentLocator anchorLocator) 124ContentLocator ContentLocator = locator as ContentLocator; 137foreach (ContentLocator list in ContentLocatorGroup.Locators)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
371ContentLocator[] lists = new ContentLocator[locators.Count]; 376foreach (ContentLocator locator in locators)
System\Windows\Annotations\AnnotationHelper.cs (3)
693ContentLocator locator = locators[0] as ContentLocator; 732ContentLocator locator = new ContentLocator();
System\Windows\Annotations\AnnotationResource.cs (1)
343s_ListSerializer = new Serializer(typeof(ContentLocator));
System\Windows\Annotations\LocatorGroup.cs (16)
45_locators = new AnnotationObservableCollection<ContentLocator>(); 68foreach (ContentLocator loc in _locators) 70clone.Locators.Add((ContentLocator)loc.Clone()); 138ContentLocator locator = (ContentLocator)AnnotationResource.ListSerializer.Deserialize(reader); 180public Collection<ContentLocator> Locators 213ContentLocator firstRight = null; 218foreach (ContentLocator left in this.Locators) 220foreach (ContentLocator right in locatorGroup.Locators) 228ContentLocator clone = (ContentLocator)left.Clone(); 240foreach (ContentLocator list in tempList) 247ContentLocator otherLoc = other as ContentLocator; 250foreach(ContentLocator loc in this.Locators) 308private AnnotationObservableCollection<ContentLocator> _locators;
System\Windows\Annotations\LocatorPartList.cs (10)
63public bool StartsWith(ContentLocator locator) 103ContentLocator clone = new ContentLocator(); 363ContentLocator loc = (ContentLocator)this.Clone(); 394ContentLocator temp = null; 398foreach (ContentLocator loc in locatorGroup.Locators) 406ContentLocator clone = (ContentLocator)this.Clone(); 428this.Append((ContentLocator)other); 438internal void Append(ContentLocator other)
System\Windows\Annotations\Storage\AnnotationStore.cs (1)
83public abstract IList<Annotation> GetAnnotations(ContentLocator anchorLocator);
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
226public override IList<Annotation> GetAnnotations(ContentLocator anchorLocator) 679private IList<Annotation> InternalGetAnnotations(string query, ContentLocator anchorLocator)