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