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