5 references to Gaussian
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\KernelTypeValidation.cs (1)
29return (value == KernelType.Gaussian) ||
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (2)
187internal const KernelType c_KernelType = KernelType.Gaussian; 224KernelType.Gaussian,
System\Windows\Media\Effects\Generated\BlurEffect.cs (2)
292internal const KernelType c_KernelType = KernelType.Gaussian; 330KernelType.Gaussian,