5 references to Reformat
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
438
return
Reformat
(subsetToReformatTo, System.Windows.Media.Transform.Identity);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
695
return _currentStylusPoints.
Reformat
(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
1135
return _eventStylusPoints.
Reformat
(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo));
1420
_eventStylusPoints = _eventStylusPoints.
Reformat
(report.StylusPointDescription, additionalTransform);
1640
_eventStylusPoints = _eventStylusPoints.
Reformat
(report.StylusPointDescription, additionalTransform);