4 references to InterestPointsFromRect
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (4)
2335
interestPoints =
InterestPointsFromRect
(placementRect);
2352
interestPoints =
InterestPointsFromRect
(placementRect);
2384
return
InterestPointsFromRect
(new Rect());
2387
Point[] interestPoints =
InterestPointsFromRect
(new Rect(new Point(), child.RenderSize));