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