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)
182
VerifyServiceConfiguration(
_root
);
187
_asyncLoadOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
191
_root
.SetValue(AnnotationService.ServiceProperty, this);
195
DocumentViewerBase viewer =
_root
as DocumentViewerBase;
262
GetViewerAndDocument(
_root
, out viewer, out document);
287
_root
.ClearValue(AnnotationService.ServiceProperty);
689
return
_root
;
794
IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
824
_asyncLoadFromListOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
956
UIElement root =
_root
as UIElement;
982
attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
1625
attachedAnchor = LocatorManager.FindAttachedAnchor(
_root
,
1723
UIElement root =
_root
as UIElement;