2 writes to _root
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
567_root = null; 578_root = presentationSource.RootVisual as UIElement;
2 references to _root
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
658if (_root == null) 670Point translatedPivotPoint = _root.TranslatePoint(LayoutUpdateDetectionPivotPoint, container);