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