5 references to Auto
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (2)
874internal const ClearTypeHint c_ClearTypeHint = ClearTypeHint.Auto; 911new UIPropertyMetadata(ClearTypeHint.Auto,
Core\CSharp\System\Windows\Media\RenderOptions.cs (1)
106new UIPropertyMetadata(ClearTypeHint.Auto),
Core\CSharp\System\Windows\Media\Visual.cs (1)
1707if (isOnChannel || (clearTypeHint != ClearTypeHint.Auto))
Shared\MS\Internal\Generated\ClearTypeHintValidation.cs (1)
42return (value == ClearTypeHint.Auto) ||