7 references to Union
PresentationCore (5)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
195
case GeometryCombineMode.
Union
:
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1704
accumulatedBounds = Geometry.Combine(accumulatedBounds, rectangleGeometry, GeometryCombineMode.
Union
, null);
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (2)
449
internal const GeometryCombineMode c_GeometryCombineMode = GeometryCombineMode.
Union
;
486
GeometryCombineMode.
Union
,
Shared\MS\Internal\Generated\GeometryCombineModeValidation.cs (1)
42
return (value == GeometryCombineMode.
Union
) ||
PresentationFramework (2)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
305
hatchGeometry = Geometry.Combine(hatchGeometry, rectGeometry, GeometryCombineMode.
Union
, null);
src\Framework\System\windows\Documents\CaretElement.cs (1)
495
geometry = Geometry.Combine(geometry, addedGeometry, GeometryCombineMode.
Union
, null, CaretElement.c_geometryCombineTolerance, ToleranceType.Absolute);