18 references to KernelType
PresentationCore (18)
Core\CSharp\System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
100KernelType kernelType = KernelType;
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (6)
117public KernelType KernelType 121return (KernelType) GetValue(KernelTypeProperty); 216internal const KernelType c_KernelType = KernelType.Gaussian; 252typeof(KernelType), 254KernelType.Gaussian,
Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs (6)
131public KernelType KernelType 135return (KernelType) GetValue(KernelTypeProperty); 327internal const KernelType c_KernelType = KernelType.Gaussian; 364typeof(KernelType), 366KernelType.Gaussian,
Graphics\include\Generated\wgx_commands.cs (1)
708[FieldOffset(20)] internal KernelType KernelType;
Shared\MS\Internal\Generated\KernelTypeValidation.cs (4)
36KernelType value = (KernelType) valueObject; 38return (value == KernelType.Gaussian) || 39(value == KernelType.Box);