6 references to GetAndCacheTransformToDeviceMatrix
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
491Point pt = measurePoint * GetAndCacheTransformToDeviceMatrix(source); 507Point pt = devicePoint * GetAndCacheTransformToDeviceMatrix(source);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
3131GetAndCacheTransformToDeviceMatrix(hwndSource); 3583Matrix matrix = GetAndCacheTransformToDeviceMatrix(source); 3595Point pt = measurePoint * GetAndCacheTransformToDeviceMatrix(source); 3608Matrix matrix = GetAndCacheTransformToDeviceMatrix(source);