4 references to ToRect
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (3)
2694return PointUtil.ToRect(rect); 3091return PointUtil.ToRect(rect); 3104return PointUtil.ToRect(rect);
System\Windows\Interop\HwndHost.cs (1)
362Rect rectClientRTLAdjusted = PointUtil.ToRect(rcClientRTLAdjusted);