5 references to Reformat
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
439return Reformat(subsetToReformatTo, System.Windows.Media.Transform.Identity);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
694return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
1133return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1418_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform); 1638_eventStylusPoints = _eventStylusPoints.Reformat(report.StylusPointDescription, additionalTransform);