5 references to AttachedAnnotationsProperty
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
1193
List<IAttachedAnnotation> annotationsOnNode = node.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1479
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1484
element.SetValue(AnnotationService.
AttachedAnnotationsProperty
, list);
1507
List<IAttachedAnnotation> list = element.GetValue(AnnotationService.
AttachedAnnotationsProperty
) as List<IAttachedAnnotation>;
1516
element.ClearValue(AnnotationService.
AttachedAnnotationsProperty
);