5 references to AttachedAnnotationsProperty
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
1180
List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1466
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1471
element.SetValue(AnnotationService.
AttachedAnnotationsProperty
, list);
1494
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1503
element.ClearValue(AnnotationService.
AttachedAnnotationsProperty
);