13 references to Intersect
PresentationCore (6)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (2)
198case GeometryCombineMode.Intersect: 299if (GeometryCombineMode == GeometryCombineMode.Intersect)
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (2)
145GeometryCombineMode.Intersect, 224GeometryCombineMode.Intersect,
Core\CSharp\System\Windows\UIElement.cs (1)
3110GeometryCombineMode.Intersect,
Shared\MS\Internal\Generated\GeometryCombineModeValidation.cs (1)
43(value == GeometryCombineMode.Intersect) ||
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
945geometry = Geometry.Combine(geometry, Visual.Clip, GeometryCombineMode.Intersect, null);
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
1026geometry = new CombinedGeometry(GeometryCombineMode.Intersect, geometry, frozenGeometry);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
921geometry = new CombinedGeometry(GeometryCombineMode.Intersect, geometry, frozenGeometry);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
872combinedGeometry.GeometryCombineMode = GeometryCombineMode.Intersect;
src\Framework\System\windows\Documents\CaretElement.cs (1)
505geometry = Geometry.Combine(geometry, viewportGeometry, GeometryCombineMode.Intersect, null, CaretElement.c_geometryCombineTolerance, ToleranceType.Absolute);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1384Geometry combined = Geometry.Combine(g, _hyperlinks[i].Geometry, GeometryCombineMode.Intersect, Transform.Identity);
src\Framework\System\Windows\FrameworkElement.cs (1)
4992PathGeometry combinedClip = Geometry.Combine(localClip, slotClip, GeometryCombineMode.Intersect, null);