5 references to Auto
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\ClearTypeHintValidation.cs (1)
29return (value == ClearTypeHint.Auto) ||
System\Windows\Media\Generated\DrawingGroup.cs (2)
838internal const ClearTypeHint c_ClearTypeHint = ClearTypeHint.Auto; 874new UIPropertyMetadata(ClearTypeHint.Auto,
System\Windows\Media\RenderOptions.cs (1)
100new UIPropertyMetadata(ClearTypeHint.Auto),
System\Windows\Media\Visual.cs (1)
1675if (isOnChannel || (clearTypeHint != ClearTypeHint.Auto))