3 overrides of MultiplyValueByMatrix
PresentationCore (3)
Core\CSharp\System\Windows\Media\MatrixTransform.cs (1)
130internal override void MultiplyValueByMatrix(ref Matrix result, ref Matrix matrixToMultiplyBy)
Core\CSharp\System\Windows\Media\ScaleTransform.cs (1)
130internal override void MultiplyValueByMatrix(ref Matrix result, ref Matrix matrixToMultiplyBy)
Core\CSharp\System\Windows\Media\TranslateTransform.cs (1)
100internal override void MultiplyValueByMatrix(ref Matrix result, ref Matrix matrixToMultiplyBy)
1 reference to MultiplyValueByMatrix
PresentationCore (1)
Core\CSharp\System\Windows\Media\MatrixStack.cs (1)
114transform.MultiplyValueByMatrix(ref _items[_size], ref _items[_size - 1]);