5 references to AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
110
this.AddAttachedAnnotation(e.
AttachedAnnotation
, true);
114
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, true);
118
this.AddAttachedAnnotation(e.
AttachedAnnotation
, false);
122
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, false);
126
this.ModifyAttachedAnnotation(e.
AttachedAnnotation
, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);