1 write to _root
PresentationFramework (1)
System\Windows\Annotations\AnnotationService.cs (1)
714
_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;
248
GetViewerAndDocument(
_root
, out viewer, out document);
273
_root
.ClearValue(AnnotationService.ServiceProperty);
672
return
_root
;
776
IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
806
_asyncLoadFromListOperation =
_root
.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsFromListAsync), leftover);
938
UIElement root =
_root
as UIElement;
964
attachedAnnotations = LocatorManager.ProcessSubTree(
_root
);
1607
attachedAnchor = LocatorManager.FindAttachedAnchor(
_root
,
1705
UIElement root =
_root
as UIElement;