5 references to AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
116
this.AddAttachedAnnotation(e.
AttachedAnnotation
, true);
120
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, true);
124
this.AddAttachedAnnotation(e.
AttachedAnnotation
, false);
128
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, false);
132
this.ModifyAttachedAnnotation(e.
AttachedAnnotation
, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);