8 references to ServiceProperty
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
278if (node.ReadLocalValue(AnnotationService.ServiceProperty) != DependencyProperty.UnsetValue)
System\Windows\Annotations\AnnotationService.cs (7)
177_root.SetValue(AnnotationService.ServiceProperty, this); 270_root.ClearValue(AnnotationService.ServiceProperty); 286return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 301return reader.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 316return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 520return d.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 1127AnnotationService existingService = node.ReadLocalValue(AnnotationService.ServiceProperty) as AnnotationService;