1 write to _hitTestProjectionMatrix
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\HitTestParameters3D.cs (1)
202_hitTestProjectionMatrix = new Matrix3D?(value);
2 references to _hitTestProjectionMatrix
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\HitTestParameters3D.cs (2)
166get { return _hitTestProjectionMatrix != null; } 197return _hitTestProjectionMatrix.Value;