2 writes to _root
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
622
_root
= null;
633
_root
= presentationSource.RootVisual as UIElement;
2 references to _root
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
713
if (
_root
== null)
725
Point translatedPivotPoint =
_root
.TranslatePoint(LayoutUpdateDetectionPivotPoint, container);