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