1 write to _root
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
764_root = root;
13 references to _root
PresentationFramework (13)
src\Framework\System\Windows\Annotations\AnnotationService.cs (13)
198VerifyServiceConfiguration(_root); 203_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 207_root.SetValue(AnnotationService.ServiceProperty, this); 211DocumentViewerBase viewer = _root as DocumentViewerBase; 278GetViewerAndDocument(_root, out viewer, out document); 303_root.ClearValue(AnnotationService.ServiceProperty); 721return _root; 826IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 856_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover); 990UIElement root = _root as UIElement; 1017attachedAnnotations = LocatorManager.ProcessSubTree(_root); 1665attachedAnchor = LocatorManager.FindAttachedAnchor(_root, 1765UIElement root = _root as UIElement;