3 implementations of AttachedAnnotations
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
59
public IList
AttachedAnnotations
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
91
public IList
AttachedAnnotations
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
964
IList IAnnotationComponent.
AttachedAnnotations
9 references to AttachedAnnotations
PresentationFramework (9)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
209
if (_annotationComponent.
AttachedAnnotations
.Count > 0)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (2)
88
if (component.
AttachedAnnotations
.Count == 0)
241
if (component.
AttachedAnnotations
.Count == 0)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
1102
Debug.Assert((first.
AttachedAnnotations
!= null) && (first.
AttachedAnnotations
.Count > 0), "first AttachedAnchor is null");
1104
Debug.Assert((second.
AttachedAnnotations
!= null) && (second.
AttachedAnnotations
.Count > 0), "second AttachedAnchor is null");
1106
TextAnchor firstAnchor = ((IAttachedAnnotation)first.
AttachedAnnotations
[0]).FullyAttachedAnchor as TextAnchor;
1107
TextAnchor secondAnchor = ((IAttachedAnnotation)second.
AttachedAnnotations
[0]).FullyAttachedAnchor as TextAnchor;