5 references to AttachedAnnotationsProperty
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
1199
List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1485
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1490
element.SetValue(AnnotationService.
AttachedAnnotationsProperty
, list);
1513
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1522
element.ClearValue(AnnotationService.
AttachedAnnotationsProperty
);