18 references to KernelType
PresentationCore (18)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (1)
707[FieldOffset(20)] internal KernelType KernelType;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\KernelTypeValidation.cs (4)
36KernelType value = (KernelType) valueObject; 38return (value == KernelType.Gaussian) || 39(value == KernelType.Box);
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
85KernelType kernelType = KernelType;
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (6)
111public KernelType KernelType 115return (KernelType) GetValue(KernelTypeProperty); 210internal const KernelType c_KernelType = KernelType.Gaussian; 245typeof(KernelType), 247KernelType.Gaussian,
System\Windows\Media\Effects\Generated\BlurEffect.cs (6)
125public KernelType KernelType 129return (KernelType)GetValue(KernelTypeProperty); 306internal const KernelType c_KernelType = KernelType.Gaussian; 342typeof(KernelType), 344KernelType.Gaussian,