4 references to Intersect
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
780
Rect rect = Rect.
Intersect
(webBrowser.BoundRect, _webBrowserList[j].BoundRect);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
2097
Rect currentIntersection = Rect.
Intersect
(screenBounds, tranlsatedChildBounds);
2137
Rect intersection = Rect.
Intersect
(screenBounds, childBounds);
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
238
Rect rangeVisibleBounds = Rect.
Intersect
(rangeBounds, visibleRect);