2 overrides of PreProcessNode
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
80public override IList<IAttachedAnnotation> PreProcessNode(DependencyObject node, out bool calledProcessAnnotations)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
81public override IList<IAttachedAnnotation> PreProcessNode(DependencyObject node, out bool calledProcessAnnotations)
1 reference to PreProcessNode
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
844IList<IAttachedAnnotation> attachedAnnotations = processor.PreProcessNode(dependencyObject, out calledProcessAnnotations);