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