1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
708_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; 245GetViewerAndDocument(_root, out viewer, out document); 267_root.ClearValue(AnnotationService.ServiceProperty); 666return _root; 767IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 797_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover); 929UIElement root = _root as UIElement; 954attachedAnnotations = LocatorManager.ProcessSubTree(_root); 1594attachedAnchor = LocatorManager.FindAttachedAnchor(_root, 1692UIElement root = _root as UIElement;