4 references to InterestPointsFromRect
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (4)
2330
interestPoints =
InterestPointsFromRect
(placementRect);
2347
interestPoints =
InterestPointsFromRect
(placementRect);
2379
return
InterestPointsFromRect
(new Rect());
2382
Point[] interestPoints =
InterestPointsFromRect
(new Rect(new Point(), child.RenderSize));