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