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