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