5 references to AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
111
this.AddAttachedAnnotation(e.
AttachedAnnotation
, true);
115
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, true);
119
this.AddAttachedAnnotation(e.
AttachedAnnotation
, false);
123
this.RemoveAttachedAnnotation(e.
AttachedAnnotation
, false);
127
this.ModifyAttachedAnnotation(e.
AttachedAnnotation
, e.PreviousAttachedAnchor, e.PreviousAttachmentLevel);