18 references to KernelType
PresentationCore (18)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (1)
703[FieldOffset(20)] internal KernelType KernelType;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\KernelTypeValidation.cs (4)
27KernelType value = (KernelType) valueObject; 29return (value == KernelType.Gaussian) || 30(value == KernelType.Box);
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
70KernelType kernelType = KernelType;
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (6)
88public KernelType KernelType 92return (KernelType)GetValue(KernelTypeProperty); 187internal const KernelType c_KernelType = KernelType.Gaussian; 222typeof(KernelType), 224KernelType.Gaussian,
System\Windows\Media\Effects\Generated\BlurEffect.cs (6)
102public KernelType KernelType 106return (KernelType)GetValue(KernelTypeProperty); 292internal const KernelType c_KernelType = KernelType.Gaussian; 328typeof(KernelType), 330KernelType.Gaussian,