4 references to InterestPointsFromRect
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (4)
2336
interestPoints =
InterestPointsFromRect
(placementRect);
2353
interestPoints =
InterestPointsFromRect
(placementRect);
2385
return
InterestPointsFromRect
(new Rect());
2388
Point[] interestPoints =
InterestPointsFromRect
(new Rect(new Point(), child.RenderSize));