4 instantiations of ContentLocator
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
174locator = new ContentLocator();
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
144locator = new ContentLocator();
System\Windows\Annotations\AnnotationHelper.cs (1)
747ContentLocator locator = new ContentLocator();
System\Windows\Annotations\LocatorPartList.cs (1)
125ContentLocator clone = new ContentLocator();
69 references to ContentLocator
PresentationFramework (69)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
164public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 170ContentLocator locator = null;
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
113public override ContentLocator GenerateLocator(PathNode node, out bool continueGenerating) 120ContentLocator locator = null;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (24)
306ContentLocator[] lists = new ContentLocator[locators.Count]; 311foreach (ContentLocator locator in locators) 417ContentLocator realLocator = locator as ContentLocator; 543internal Object FindAttachedAnchor(DependencyObject startNode, ContentLocator[] prefixes, ContentLocatorBase locator, out AttachmentLevel attachmentLevel) 559ContentLocator realLocator = locator as ContentLocator; 603private int FindMatchingPrefix(ContentLocator[] prefixes, ContentLocatorBase locator, out bool matched) 607ContentLocator realLocator = locator as ContentLocator; 614foreach (ContentLocator prefix in prefixes) 665ContentLocator list = processor.GenerateLocator(startNode, out continueProcessing); 744tempLocators.AddRange(((ContentLocator)loc).DotProduct(locatorParts)); // TODO 789ContentLocator locator = tempLocators[0] as ContentLocator; 815ContentLocator list = ContentLocatorGroup.Locators[0]; 910ContentLocator realLocator = locator as ContentLocator; 933IList<ContentLocator> locators = null; 942locators = new List<ContentLocator>(1); 1044private ResolvingLocatorState ResolveSingleLocator(ref object selection, ref AttachmentLevel attachmentLevel, AttachmentLevel attemptedLevel, ContentLocator locator, int offset, DependencyObject startNode, bool skipStartNode) 1109ContentLocator locator = data.ContentLocatorBase; 1340public ContentLocator ContentLocatorBase;
MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (1)
124public abstract ContentLocator GenerateLocator(PathNode node, out bool continueGenerating);
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
112public Dictionary<Guid, Annotation> FindAnnotations(ContentLocator anchorLocator) 132ContentLocator ContentLocator = locator as ContentLocator; 145foreach (ContentLocator list in ContentLocatorGroup.Locators)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
373ContentLocator[] lists = new ContentLocator[locators.Count]; 378foreach (ContentLocator locator in locators)
System\Windows\Annotations\AnnotationHelper.cs (3)
708ContentLocator locator = locators[0] as ContentLocator; 747ContentLocator locator = new ContentLocator();
System\Windows\Annotations\AnnotationResource.cs (1)
353s_ListSerializer = new Serializer(typeof(ContentLocator));
System\Windows\Annotations\LocatorGroup.cs (16)
52_locators = new AnnotationObservableCollection<ContentLocator>(); 75foreach (ContentLocator loc in _locators) 77clone.Locators.Add((ContentLocator)loc.Clone()); 145ContentLocator locator = (ContentLocator)AnnotationResource.ListSerializer.Deserialize(reader); 187public Collection<ContentLocator> Locators 220ContentLocator firstRight = null; 225foreach (ContentLocator left in this.Locators) 227foreach (ContentLocator right in locatorGroup.Locators) 235ContentLocator clone = (ContentLocator)left.Clone(); 247foreach (ContentLocator list in tempList) 254ContentLocator otherLoc = other as ContentLocator; 257foreach(ContentLocator loc in this.Locators) 315private AnnotationObservableCollection<ContentLocator> _locators;
System\Windows\Annotations\LocatorPartList.cs (10)
84public bool StartsWith(ContentLocator locator) 125ContentLocator clone = new ContentLocator(); 385ContentLocator loc = (ContentLocator)this.Clone(); 416ContentLocator temp = null; 420foreach (ContentLocator loc in locatorGroup.Locators) 428ContentLocator clone = (ContentLocator)this.Clone(); 450this.Append((ContentLocator)other); 460internal void Append(ContentLocator other)
System\Windows\Annotations\Storage\AnnotationStore.cs (1)
92public abstract IList<Annotation> GetAnnotations(ContentLocator anchorLocator);
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
238public override IList<Annotation> GetAnnotations(ContentLocator anchorLocator) 691private IList<Annotation> InternalGetAnnotations(string query, ContentLocator anchorLocator)