2 writes to _root
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
560
_root
= null;
571
_root
= presentationSource.RootVisual as UIElement;
2 references to _root
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
651
if (
_root
== null)
663
Point translatedPivotPoint =
_root
.TranslatePoint(LayoutUpdateDetectionPivotPoint, container);