1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
720
_root
= root;
13 references to _root
PresentationFramework (13)
System\Windows\Annotations\AnnotationService.cs (13)
170
VerifyServiceConfiguration(
_root
);
175
_asyncLoadOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
179
_root
.SetValue(AnnotationService.ServiceProperty, this);
183
DocumentViewerBase viewer =
_root
as DocumentViewerBase;
250
GetViewerAndDocument(
_root
, out viewer, out document);
275
_root
.ClearValue(AnnotationService.ServiceProperty);
677
return
_root
;
782
IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
812
_asyncLoadFromListOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
944
UIElement root =
_root
as UIElement;
970
attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
1613
attachedAnchor = LocatorManager.FindAttachedAnchor(
_root
,
1711
UIElement root =
_root
as UIElement;