5 references to AttachedAnnotationsProperty
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
1251List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1537List<IAttachedAnnotation> list = element.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1542element.SetValue(AnnotationService.AttachedAnnotationsProperty, list); 1565List<IAttachedAnnotation> list = element.GetValue(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>; 1574element.ClearValue(AnnotationService.AttachedAnnotationsProperty);