1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
720_root = root;
13 references to _root
PresentationFramework (13)
System\Windows\Annotations\AnnotationService.cs (13)
170VerifyServiceConfiguration(_root); 175_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 179_root.SetValue(AnnotationService.ServiceProperty, this); 183DocumentViewerBase viewer = _root as DocumentViewerBase; 250GetViewerAndDocument(_root, out viewer, out document); 275_root.ClearValue(AnnotationService.ServiceProperty); 677return _root; 782IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 812_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover); 944UIElement root = _root as UIElement; 970attachedAnnotations = LocatorManager.ProcessSubTree(_root); 1613attachedAnchor = LocatorManager.FindAttachedAnchor(_root, 1711UIElement root = _root as UIElement;