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); 273_root.ClearValue(AnnotationService.ServiceProperty); 289return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 304return reader.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 319return viewer.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 523return d.GetValue(AnnotationService.ServiceProperty) as AnnotationService; 1133AnnotationService existingService = node.ReadLocalValue(AnnotationService.ServiceProperty) as AnnotationService;