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)
27
KernelType
value = (
KernelType
) valueObject;
29
return (value ==
KernelType
.Gaussian) ||
30
(value ==
KernelType
.Box);
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
70
KernelType
kernelType = KernelType;
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (6)
88
public
KernelType
KernelType
92
return (
KernelType
)GetValue(KernelTypeProperty);
187
internal const
KernelType
c_KernelType =
KernelType
.Gaussian;
222
typeof(
KernelType
),
224
KernelType
.Gaussian,
System\Windows\Media\Effects\Generated\BlurEffect.cs (6)
102
public
KernelType
KernelType
106
return (
KernelType
)GetValue(KernelTypeProperty);
292
internal const
KernelType
c_KernelType =
KernelType
.Gaussian;
328
typeof(
KernelType
),
330
KernelType
.Gaussian,