5 references to AttachedAnnotation
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
121
this.AddAttachedAnnotation(e.
AttachedAnnotation
, true);
125
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, true);
129
this.AddAttachedAnnotation(e.
AttachedAnnotation
, false);
133
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, false);
137
this.ModifyAttachedAnnotation(e.
AttachedAnnotation
, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);