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