4 instantiations of ContentLocator
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
184
locator = new
ContentLocator
();
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
150
locator = new
ContentLocator
();
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
754
ContentLocator locator = new
ContentLocator
();
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
136
ContentLocator clone = new
ContentLocator
();
69 references to ContentLocator
PresentationFramework (69)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
173
public override
ContentLocator
GenerateLocator(PathNode node, out bool continueGenerating)
180
ContentLocator
locator = null;
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
118
public override
ContentLocator
GenerateLocator(PathNode node, out bool continueGenerating)
126
ContentLocator
locator = null;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (24)
322
ContentLocator
[] lists = new
ContentLocator
[locators.Count];
327
foreach (
ContentLocator
locator in locators)
437
ContentLocator
realLocator = locator as
ContentLocator
;
566
internal Object FindAttachedAnchor(DependencyObject startNode,
ContentLocator
[] prefixes, ContentLocatorBase locator, out AttachmentLevel attachmentLevel)
585
ContentLocator
realLocator = locator as
ContentLocator
;
629
private int FindMatchingPrefix(
ContentLocator
[] prefixes, ContentLocatorBase locator, out bool matched)
633
ContentLocator
realLocator = locator as
ContentLocator
;
640
foreach (
ContentLocator
prefix in prefixes)
691
ContentLocator
list = processor.GenerateLocator(startNode, out continueProcessing);
770
tempLocators.AddRange(((
ContentLocator
)loc).DotProduct(locatorParts)); //
815
ContentLocator
locator = tempLocators[0] as
ContentLocator
;
841
ContentLocator
list = ContentLocatorGroup.Locators[0];
936
ContentLocator
realLocator = locator as
ContentLocator
;
959
IList<
ContentLocator
> locators = null;
968
locators = new List <
ContentLocator
> (1);
1070
private ResolvingLocatorState ResolveSingleLocator(ref object selection, ref AttachmentLevel attachmentLevel, AttachmentLevel attemptedLevel,
ContentLocator
locator, int offset, DependencyObject startNode, bool skipStartNode)
1135
ContentLocator
locator = data.ContentLocatorBase;
1366
public
ContentLocator
ContentLocatorBase;
src\Framework\MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (1)
133
public abstract
ContentLocator
GenerateLocator(PathNode node, out bool continueGenerating);
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
118
public Dictionary<Guid, Annotation> FindAnnotations(
ContentLocator
anchorLocator)
139
ContentLocator
ContentLocator = locator as
ContentLocator
;
152
foreach(
ContentLocator
list in ContentLocatorGroup.Locators)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
384
ContentLocator
[] lists = new
ContentLocator
[locators.Count];
389
foreach (
ContentLocator
locator in locators)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (3)
715
ContentLocator
locator = locators[0] as
ContentLocator
;
754
ContentLocator
locator = new ContentLocator();
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
375
s_ListSerializer = new Serializer(typeof(
ContentLocator
));
src\Framework\System\Windows\Annotations\LocatorGroup.cs (16)
62
_locators = new AnnotationObservableCollection<
ContentLocator
>();
85
foreach (
ContentLocator
loc in _locators)
87
clone.Locators.Add((
ContentLocator
)loc.Clone());
161
ContentLocator
locator = (
ContentLocator
)AnnotationResource.ListSerializer.Deserialize(reader);
203
public Collection<
ContentLocator
> Locators
236
ContentLocator
firstRight = null;
241
foreach (
ContentLocator
left in this.Locators)
243
foreach (
ContentLocator
right in locatorGroup.Locators)
251
ContentLocator
clone = (
ContentLocator
)left.Clone();
263
foreach (
ContentLocator
list in tempList)
270
ContentLocator
otherLoc = other as
ContentLocator
;
273
foreach(
ContentLocator
loc in this.Locators)
331
private AnnotationObservableCollection<
ContentLocator
> _locators;
src\Framework\System\Windows\Annotations\LocatorPartList.cs (10)
92
public bool StartsWith(
ContentLocator
locator)
136
ContentLocator
clone = new ContentLocator();
402
ContentLocator
loc = (
ContentLocator
)this.Clone();
433
ContentLocator
temp = null;
437
foreach (
ContentLocator
loc in locatorGroup.Locators)
445
ContentLocator
clone = (
ContentLocator
)this.Clone();
467
this.Append((
ContentLocator
)other);
477
internal void Append(
ContentLocator
other)
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (1)
99
public abstract IList<Annotation> GetAnnotations(
ContentLocator
anchorLocator);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
254
public override IList<Annotation> GetAnnotations(
ContentLocator
anchorLocator)
713
private IList<Annotation> InternalGetAnnotations(string query,
ContentLocator
anchorLocator)