2 writes to _root
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
570
_root
= null;
581
_root
= presentationSource.RootVisual as UIElement;
2 references to _root
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
661
if (
_root
== null)
673
Point translatedPivotPoint =
_root
.TranslatePoint(LayoutUpdateDetectionPivotPoint, container);