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