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