3 writes to HitTestProjectionMatrix
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
190rayParameters.HitTestProjectionMatrix =
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
208rayParameters.HitTestProjectionMatrix =
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
215rayParameters.HitTestProjectionMatrix =
2 references to HitTestProjectionMatrix
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (2)
407Matrix3D m = rayParams.HitTestProjectionMatrix; 493Matrix3D m = rayParams.HitTestProjectionMatrix;