1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
732_root = root;
13 references to _root
PresentationFramework (13)
System\Windows\Annotations\AnnotationService.cs (13)
182VerifyServiceConfiguration(_root); 187_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 191_root.SetValue(AnnotationService.ServiceProperty, this); 195DocumentViewerBase viewer = _root as DocumentViewerBase; 262GetViewerAndDocument(_root, out viewer, out document); 287_root.ClearValue(AnnotationService.ServiceProperty); 689return _root; 794IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 824_asyncLoadFromListOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover); 956UIElement root = _root as UIElement; 982attachedAnnotations = LocatorManager.ProcessSubTree(_root); 1625attachedAnchor = LocatorManager.FindAttachedAnchor(_root, 1723UIElement root = _root as UIElement;