1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
715
_root
= root;
13 references to _root
PresentationFramework (13)
System\Windows\Annotations\AnnotationService.cs (13)
169
VerifyServiceConfiguration(
_root
);
174
_asyncLoadOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
178
_root
.SetValue(AnnotationService.ServiceProperty, this);
182
DocumentViewerBase viewer =
_root
as DocumentViewerBase;
249
GetViewerAndDocument(
_root
, out viewer, out document);
274
_root
.ClearValue(AnnotationService.ServiceProperty);
673
return
_root
;
777
IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
807
_asyncLoadFromListOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
939
UIElement root =
_root
as UIElement;
965
attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
1608
attachedAnchor = LocatorManager.FindAttachedAnchor(
_root
,
1706
UIElement root =
_root
as UIElement;