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)
713if (_root == null) 725Point translatedPivotPoint = _root.TranslatePoint(LayoutUpdateDetectionPivotPoint, container);