5 references to FromRect
PresentationFramework (5)
System\Windows\Controls\PopupControlService.cs (3)
864rects.Add(PointUtil.FromRect(ownerRect)); 892rects.Add(PointUtil.FromRect(rectClient)); 904rects.Add(PointUtil.FromRect(tooltipRect));
System\Windows\Controls\Primitives\Popup.cs (1)
2671NativeMethods.RECT nativeBounds = PointUtil.FromRect(boundingBox);
System\Windows\Interop\HwndHost.cs (1)
395NativeMethods.RECT rcClient = PointUtil.FromRect(rectClient);