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