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