5 references to Gaussian
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\KernelTypeValidation.cs (1)
38return (value == KernelType.Gaussian) ||
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (2)
210internal const KernelType c_KernelType = KernelType.Gaussian; 247KernelType.Gaussian,
System\Windows\Media\Effects\Generated\BlurEffect.cs (2)
306internal const KernelType c_KernelType = KernelType.Gaussian; 344KernelType.Gaussian,