4 references to WorldToUnit
PresentationCore (4)
System\Windows\Media\Effects\Effect.cs (3)
144Point? tl = WorldToUnit(worldRect.TopLeft, worldBounds); 145Point? br = WorldToUnit(worldRect.BottomRight, worldBounds); 207Point? unitSpace = Effect.WorldToUnit(inPoint, _worldBounds);
System\Windows\Media\Visual.cs (1)
2045Point? unitHitPoint = Effect.WorldToUnit(originalHitPoint, _bboxSubgraph);