1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
715_root = root;
13 references to _root
PresentationFramework (13)
System\Windows\Annotations\AnnotationService.cs (13)
169VerifyServiceConfiguration(_root); 174_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 178_root.SetValue(AnnotationService.ServiceProperty, this); 182DocumentViewerBase viewer = _root as DocumentViewerBase; 249GetViewerAndDocument(_root, out viewer, out document); 274_root.ClearValue(AnnotationService.ServiceProperty); 673return _root; 777IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 807_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover); 939UIElement root = _root as UIElement; 965attachedAnnotations = LocatorManager.ProcessSubTree(_root); 1608attachedAnchor = LocatorManager.FindAttachedAnchor(_root, 1706UIElement root = _root as UIElement;