4 instantiations of ContentLocator
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
154locator = new ContentLocator();
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
137locator = new ContentLocator();
System\Windows\Annotations\AnnotationHelper.cs (1)
733ContentLocator locator = new ContentLocator();
System\Windows\Annotations\LocatorPartList.cs (1)
104ContentLocator clone = new ContentLocator();
69 references to ContentLocator
PresentationFramework (69)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
144public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 150ContentLocator locator = null;
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
106public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 113ContentLocator locator = null;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (24)
284ContentLocator[] lists = new ContentLocator[locators.Count]; 289foreach (ContentLocator locator in locators) 395ContentLocator realLocator = locator as ContentLocator; 520internal Object FindAttachedAnchor(DependencyObject startNode, ContentLocator[] prefixes, ContentLocatorBase locator, out AttachmentLevel attachmentLevel) 536ContentLocator realLocator = locator as ContentLocator; 580private int FindMatchingPrefix(ContentLocator[] prefixes, ContentLocatorBase locator, out bool matched) 584ContentLocator realLocator = locator as ContentLocator; 591foreach (ContentLocator prefix in prefixes) 642ContentLocator list = processor.GenerateLocator(startNode, out continueProcessing); 721tempLocators.AddRange(((ContentLocator)loc).DotProduct(locatorParts)); // TODO 766ContentLocator locator = tempLocators[0] as ContentLocator; 792ContentLocator list = ContentLocatorGroup.Locators[0]; 887ContentLocator realLocator = locator as ContentLocator; 910IList<ContentLocator> locators = null; 919locators = new List<ContentLocator>(1); 1021private ResolvingLocatorState ResolveSingleLocator(ref object selection, ref AttachmentLevel attachmentLevel, AttachmentLevel attemptedLevel, ContentLocator locator, int offset, DependencyObject startNode, bool skipStartNode) 1088ContentLocator locator = data.ContentLocatorBase; 1319public ContentLocator ContentLocatorBase;
MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (1)
117public abstract ContentLocator GenerateLocator(PathNode node, out bool continueGenerating);
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
105public Dictionary<Guid, Annotation> FindAnnotations(ContentLocator anchorLocator) 125ContentLocator ContentLocator = locator as ContentLocator; 138foreach (ContentLocator list in ContentLocatorGroup.Locators)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
372ContentLocator[] lists = new ContentLocator[locators.Count]; 377foreach (ContentLocator locator in locators)
System\Windows\Annotations\AnnotationHelper.cs (3)
694ContentLocator locator = locators[0] as ContentLocator; 733ContentLocator locator = new ContentLocator();
System\Windows\Annotations\AnnotationResource.cs (1)
344s_ListSerializer = new Serializer(typeof(ContentLocator));
System\Windows\Annotations\LocatorGroup.cs (16)
46_locators = new AnnotationObservableCollection<ContentLocator>(); 69foreach (ContentLocator loc in _locators) 71clone.Locators.Add((ContentLocator)loc.Clone()); 139ContentLocator locator = (ContentLocator)AnnotationResource.ListSerializer.Deserialize(reader); 181public Collection<ContentLocator> Locators 214ContentLocator firstRight = null; 219foreach (ContentLocator left in this.Locators) 221foreach (ContentLocator right in locatorGroup.Locators) 229ContentLocator clone = (ContentLocator)left.Clone(); 241foreach (ContentLocator list in tempList) 248ContentLocator otherLoc = other as ContentLocator; 251foreach(ContentLocator loc in this.Locators) 309private AnnotationObservableCollection<ContentLocator> _locators;
System\Windows\Annotations\LocatorPartList.cs (10)
64public bool StartsWith(ContentLocator locator) 104ContentLocator clone = new ContentLocator(); 364ContentLocator loc = (ContentLocator)this.Clone(); 395ContentLocator temp = null; 399foreach (ContentLocator loc in locatorGroup.Locators) 407ContentLocator clone = (ContentLocator)this.Clone(); 429this.Append((ContentLocator)other); 439internal void Append(ContentLocator other)
System\Windows\Annotations\Storage\AnnotationStore.cs (1)
84public abstract IList<Annotation> GetAnnotations(ContentLocator anchorLocator);
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
227public override IList<Annotation> GetAnnotations(ContentLocator anchorLocator) 680private IList<Annotation> InternalGetAnnotations(string query, ContentLocator anchorLocator)