4 references to Exclude
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\GeometryCombineModeValidation.cs (1)
32(value == GeometryCombineMode.Exclude);
System\Windows\Media\CombinedGeometry.cs (2)
180case GeometryCombineMode.Exclude: 282else if (GeometryCombineMode == GeometryCombineMode.Exclude)
ReachFramework (1)
AlphaFlattener\Utility.cs (1)
811return Combine(one, two, GeometryCombineMode.Exclude, mat);