8 references to ServiceProperty
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
291if (node.ReadLocalValue(AnnotationService.ServiceProperty) != DependencyProperty.UnsetValue)
System\Windows\Annotations\AnnotationService.cs (7)
179_root.SetValue(AnnotationService.ServiceProperty, this); 275_root.ClearValue(AnnotationService.ServiceProperty); 291return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 306return reader.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 321return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 525return d.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 1139AnnotationService existingService = node.ReadLocalValue(AnnotationService.ServiceProperty) as AnnotationService;