6 references to GetAndCacheTransformToDeviceMatrix
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
476
Point pt = measurePoint *
GetAndCacheTransformToDeviceMatrix
(source);
492
Point pt = devicePoint *
GetAndCacheTransformToDeviceMatrix
(source);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
3145
GetAndCacheTransformToDeviceMatrix
(hwndSource);
3597
Matrix matrix =
GetAndCacheTransformToDeviceMatrix
(source);
3609
Point pt = measurePoint *
GetAndCacheTransformToDeviceMatrix
(source);
3622
Matrix matrix =
GetAndCacheTransformToDeviceMatrix
(source);