4 references to WorldToUnit
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\Effect.cs (3)
171Point? tl = WorldToUnit(worldRect.TopLeft, worldBounds); 172Point? br = WorldToUnit(worldRect.BottomRight, worldBounds); 234Point? unitSpace = Effect.WorldToUnit(inPoint, _worldBounds);
Core\CSharp\System\Windows\Media\Visual.cs (1)
2081Point? unitHitPoint = Effect.WorldToUnit(originalHitPoint, _bboxSubgraph);