8 references to ServiceProperty
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
296if (node.ReadLocalValue(AnnotationService.ServiceProperty) != DependencyProperty.UnsetValue)
System\Windows\Annotations\AnnotationService.cs (7)
191_root.SetValue(AnnotationService.ServiceProperty, this); 287_root.ClearValue(AnnotationService.ServiceProperty); 303return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 318return reader.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 333return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 537return d.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 1151AnnotationService existingService = node.ReadLocalValue(AnnotationService.ServiceProperty) as AnnotationService;