8 references to Union
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\GeometryCombineModeValidation.cs (1)
30
return (value == GeometryCombineMode.
Union
) ||
System\Windows\Media\CombinedGeometry.cs (1)
175
case GeometryCombineMode.
Union
:
System\Windows\Media\FormattedText.cs (1)
1651
accumulatedBounds = Geometry.Combine(accumulatedBounds, rectangleGeometry, GeometryCombineMode.
Union
, null);
System\Windows\Media\Generated\CombinedGeometry.cs (2)
422
internal const GeometryCombineMode c_GeometryCombineMode = GeometryCombineMode.
Union
;
458
GeometryCombineMode.
Union
,
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
292
hatchGeometry = Geometry.Combine(hatchGeometry, rectGeometry, GeometryCombineMode.
Union
, null);
System\windows\Documents\CaretElement.cs (1)
487
geometry = Geometry.Combine(geometry, addedGeometry, GeometryCombineMode.
Union
, null, CaretElement.c_geometryCombineTolerance, ToleranceType.Absolute);
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
96
GeometryCombineMode = GeometryCombineMode.
Union
,