3 references to UnitToWorldUnsafe
PresentationCore (3)
System\Windows\Media\Effects\Effect.cs (3)
127
return worldBounds.IsEmpty ? null : new Nullable<Point>(
UnitToWorldUnsafe
(unitPoint, worldBounds));
146
: new Rect(
UnitToWorldUnsafe
(unitRect.TopLeft, worldBounds),
147
UnitToWorldUnsafe
(unitRect.BottomRight, worldBounds));