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)
168
VerifyServiceConfiguration(
_root
);
173
_asyncLoadOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
177
_root
.SetValue(AnnotationService.ServiceProperty, this);
181
DocumentViewerBase viewer =
_root
as DocumentViewerBase;
245
GetViewerAndDocument(
_root
, out viewer, out document);
267
_root
.ClearValue(AnnotationService.ServiceProperty);
666
return
_root
;
767
IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
797
_asyncLoadFromListOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
929
UIElement root =
_root
as UIElement;
954
attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
1594
attachedAnchor = LocatorManager.FindAttachedAnchor(
_root
,
1692
UIElement root =
_root
as UIElement;