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