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