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