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