8 references to ServiceProperty
PresentationFramework (8)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
305
if (node.ReadLocalValue(AnnotationService.
ServiceProperty
) != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Annotations\AnnotationService.cs (7)
207
_root.SetValue(AnnotationService.
ServiceProperty
, this);
303
_root.ClearValue(AnnotationService.
ServiceProperty
);
320
return viewer.GetValue(AnnotationService.
ServiceProperty
) as AnnotationService;
336
return reader.GetValue(AnnotationService.
ServiceProperty
) as AnnotationService;
352
return viewer.GetValue(AnnotationService.
ServiceProperty
) as AnnotationService;
560
return d.GetValue(AnnotationService.
ServiceProperty
) as AnnotationService;
1191
AnnotationService existingService = node.ReadLocalValue(AnnotationService.
ServiceProperty
) as AnnotationService;