8 references to ServiceProperty
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
279if (node.ReadLocalValue(AnnotationService.ServiceProperty) != DependencyProperty.UnsetValue)
System\Windows\Annotations\AnnotationService.cs (7)
178_root.SetValue(AnnotationService.ServiceProperty, this); 274_root.ClearValue(AnnotationService.ServiceProperty); 290return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 305return reader.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 320return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 524return d.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 1134AnnotationService existingService = node.ReadLocalValue(AnnotationService.ServiceProperty) as AnnotationService;