5 references to AttachedAnnotationsProperty
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
1187List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1473List<IAttachedAnnotation> list = element.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1478element.SetValue(AnnotationService.AttachedAnnotationsProperty, list); 1501List<IAttachedAnnotation> list = element.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1510element.ClearValue(AnnotationService.AttachedAnnotationsProperty);