2 instantiations of UnitSpaceCoercingGeneralTransform
PresentationCore (2)
System\Windows\Media\Effects\Effect.cs (2)
108
_mruWorldSpaceGeneralTransform = new
UnitSpaceCoercingGeneralTransform
(worldBounds, gt);
241
return new
UnitSpaceCoercingGeneralTransform
(_worldBounds, _innerTransform) { _isInverse = _isInverse };
2 references to UnitSpaceCoercingGeneralTransform
PresentationCore (2)
System\Windows\Media\Effects\Effect.cs (2)
183
_inverseTransform = (
UnitSpaceCoercingGeneralTransform
)this.Clone();
269
private
UnitSpaceCoercingGeneralTransform
_inverseTransform = null;