1 write to _worldBounds
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Effect.cs (1)
189
_worldBounds
= worldBounds;
3 references to _worldBounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\Effect.cs (3)
234
Point? unitSpace = Effect.WorldToUnit(inPoint,
_worldBounds
);
246
Point? worldSpace = Effect.UnitToWorld(unitResult,
_worldBounds
);
260
return new UnitSpaceCoercingGeneralTransform(
_worldBounds
, _innerTransform) { _isInverse = _isInverse };