4 instantiations of ContentLocator
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
165locator = new ContentLocator();
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
137locator = new ContentLocator();
System\Windows\Annotations\AnnotationHelper.cs (1)
735ContentLocator locator = new ContentLocator();
System\Windows\Annotations\LocatorPartList.cs (1)
118ContentLocator clone = new ContentLocator();
69 references to ContentLocator
PresentationFramework (69)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
155public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 161ContentLocator 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)
295ContentLocator[] lists = new ContentLocator[locators.Count]; 300foreach (ContentLocator locator in locators) 406ContentLocator realLocator = locator as ContentLocator; 532internal Object FindAttachedAnchor(DependencyObject startNode, ContentLocator[] prefixes, ContentLocatorBase locator, out AttachmentLevel attachmentLevel) 548ContentLocator realLocator = locator as ContentLocator; 592private int FindMatchingPrefix(ContentLocator[] prefixes, ContentLocatorBase locator, out bool matched) 596ContentLocator realLocator = locator as ContentLocator; 603foreach (ContentLocator prefix in prefixes) 654ContentLocator list = processor.GenerateLocator(startNode, out continueProcessing); 733tempLocators.AddRange(((ContentLocator)loc).DotProduct(locatorParts)); // TODO 778ContentLocator locator = tempLocators[0] as ContentLocator; 804ContentLocator list = ContentLocatorGroup.Locators[0]; 899ContentLocator realLocator = locator as ContentLocator; 922IList<ContentLocator> locators = null; 931locators = new List<ContentLocator>(1); 1033private ResolvingLocatorState ResolveSingleLocator(ref object selection, ref AttachmentLevel attachmentLevel, AttachmentLevel attemptedLevel, ContentLocator locator, int offset, DependencyObject startNode, bool skipStartNode) 1098ContentLocator locator = data.ContentLocatorBase; 1329public 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)
368ContentLocator[] lists = new ContentLocator[locators.Count]; 373foreach (ContentLocator locator in locators)
System\Windows\Annotations\AnnotationHelper.cs (3)
696ContentLocator locator = locators[0] as ContentLocator; 735ContentLocator locator = new ContentLocator();
System\Windows\Annotations\AnnotationResource.cs (1)
347s_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)
77public bool StartsWith(ContentLocator locator) 118ContentLocator clone = new ContentLocator(); 378ContentLocator loc = (ContentLocator)this.Clone(); 409ContentLocator temp = null; 413foreach (ContentLocator loc in locatorGroup.Locators) 421ContentLocator clone = (ContentLocator)this.Clone(); 443this.Append((ContentLocator)other); 453internal 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)