21 references to Intersect
PresentationCore (8)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
1181rect.Intersect(_visualBrushBounds);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
317boundingRect.Intersect(clipBounds);
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (2)
382_clip.Intersect(clipGeometry.GetBoundsInternal(null /* pen */, _transform)); 615bounds.Intersect(_clip);
Core\CSharp\System\Windows\Media\Visual.cs (4)
594bboxSubgraph.Intersect(clip.Bounds); 617bboxSubgraph.Intersect(scrollClip.Value); 1130bboxSubgraph.Intersect(clip.Bounds); 1150bboxSubgraph.Intersect(scrollClip.Value);
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
488visibleRect.Intersect(rectBounds);
src\Framework\MS\Internal\Documents\ScrollData.cs (1)
222rectangle.Intersect(viewport);
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
272boundingRect.Intersect(clipBounds);
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
205visibleRect.Intersect(rectBounds);
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
618rectangle.Intersect(viewport);
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
158lineRect.Intersect(visibleRect); 340visibleRect.Intersect(rectBounds);
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
297backgroundRect.Intersect(clipRect);
src\Framework\System\Windows\Documents\HighlightVisual.cs (1)
235backgroundRect.Intersect(clipRect);
src\Framework\System\Windows\FrameworkElement.cs (1)
5029slotRect.Intersect(localRect);
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
293rect.Intersect(clippingRectangle); 736rect.Intersect(clippingRectangle);
WindowsBase (1)
Base\System\Windows\Rect.cs (1)
517rect1.Intersect(rect2);