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); 267_root.ClearValue(AnnotationService.ServiceProperty); 283return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 298return reader.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 313return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 517return d.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 1120AnnotationService existingService = node.ReadLocalValue(AnnotationService.ServiceProperty) as AnnotationService;