5 references to AttachedAnnotationsProperty
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
1211
List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1497
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1502
element.SetValue(AnnotationService.
AttachedAnnotationsProperty
, list);
1525
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1534
element.ClearValue(AnnotationService.
AttachedAnnotationsProperty
);