1 write to _root
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
764
_root
= root;
13 references to _root
PresentationFramework (13)
src\Framework\System\Windows\Annotations\AnnotationService.cs (13)
198
VerifyServiceConfiguration(
_root
);
203
_asyncLoadOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
207
_root
.SetValue(AnnotationService.ServiceProperty, this);
211
DocumentViewerBase viewer =
_root
as DocumentViewerBase;
278
GetViewerAndDocument(
_root
, out viewer, out document);
303
_root
.ClearValue(AnnotationService.ServiceProperty);
721
return
_root
;
826
IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
856
_asyncLoadFromListOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
990
UIElement root =
_root
as UIElement;
1017
attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
1665
attachedAnchor = LocatorManager.FindAttachedAnchor(
_root
,
1765
UIElement root =
_root
as UIElement;