3 implementations of AttachedAnnotations
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
60
public IList
AttachedAnnotations
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
92
public IList
AttachedAnnotations
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
965
IList IAnnotationComponent.
AttachedAnnotations
9 references to AttachedAnnotations
PresentationFramework (9)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
210
if (_annotationComponent.
AttachedAnnotations
.Count > 0)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (2)
89
if (component.
AttachedAnnotations
.Count == 0)
243
if (component.
AttachedAnnotations
.Count == 0)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
1099
Debug.Assert((first.
AttachedAnnotations
!= null) && (first.
AttachedAnnotations
.Count > 0), "first AttachedAnchor is null");
1101
Debug.Assert((second.
AttachedAnnotations
!= null) && (second.
AttachedAnnotations
.Count > 0), "second AttachedAnchor is null");
1103
TextAnchor firstAnchor = ((IAttachedAnnotation)first.
AttachedAnnotations
[0]).FullyAttachedAnchor as TextAnchor;
1104
TextAnchor secondAnchor = ((IAttachedAnnotation)second.
AttachedAnnotations
[0]).FullyAttachedAnchor as TextAnchor;