21 references to ClearTypeHint
PresentationCore (20)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\Generated\wgx_commands.cs (1)
1089
[FieldOffset(48)] internal
ClearTypeHint
ClearTypeHint;
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (1)
582
internal
ClearTypeHint
ClearTypeHint;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\ClearTypeHintValidation.cs (4)
27
ClearTypeHint
value = (
ClearTypeHint
) valueObject;
29
return (value ==
ClearTypeHint
.Auto) ||
30
(value ==
ClearTypeHint
.Enabled);
System\Windows\Media\Generated\DrawingGroup.cs (4)
610
data.ClearTypeHint = (
ClearTypeHint
)GetValue(RenderOptions.ClearTypeHintProperty);
838
internal const
ClearTypeHint
c_ClearTypeHint =
ClearTypeHint
.Auto;
874
new UIPropertyMetadata(
ClearTypeHint
.Auto,
System\Windows\Media\RenderOptions.cs (5)
98
typeof(
ClearTypeHint
),
100
new UIPropertyMetadata(
ClearTypeHint
.Auto),
107
public static
ClearTypeHint
GetClearTypeHint(DependencyObject target)
110
return (
ClearTypeHint
)target.GetValue(ClearTypeHintProperty);
116
public static void SetClearTypeHint(DependencyObject target,
ClearTypeHint
clearTypeHint)
System\Windows\Media\Visual.cs (5)
1674
ClearTypeHint
clearTypeHint = ClearTypeHintField.GetValue(this);
1675
if (isOnChannel || (clearTypeHint !=
ClearTypeHint
.Auto))
3612
protected internal
ClearTypeHint
VisualClearTypeHint
5339
private static readonly UncommonField<
ClearTypeHint
> ClearTypeHintField = new UncommonField<
ClearTypeHint
>();
PresentationFramework (1)
System\Windows\Controls\DatePicker.cs (1)
1085
RenderOptions.SetClearTypeHint(_calendar,
ClearTypeHint
.Enabled);