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