1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
714_root = root;
13 references to _root
PresentationFramework (13)
System\Windows\Annotations\AnnotationService.cs (13)
168VerifyServiceConfiguration(_root); 173_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 177_root.SetValue(AnnotationService.ServiceProperty, this); 181DocumentViewerBase viewer = _root as DocumentViewerBase; 248GetViewerAndDocument(_root, out viewer, out document); 273_root.ClearValue(AnnotationService.ServiceProperty); 672return _root; 776IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 806_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover); 938UIElement root = _root as UIElement; 964attachedAnnotations = LocatorManager.ProcessSubTree(_root); 1607attachedAnchor = LocatorManager.FindAttachedAnchor(_root, 1705UIElement root = _root as UIElement;