1 override of PostProcessNode
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
110public override IList<IAttachedAnnotation> PostProcessNode(DependencyObject node, bool childrenCalledProcessAnnotations, out bool calledProcessAnnotations)
1 reference to PostProcessNode
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
860IList<IAttachedAnnotation> attachedAnnotations = processor.PostProcessNode(dependencyObject, childrenCalledProcessAnnotations, out calledProcessAnnotations);