4 references to ClearTypeHintField
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
1674
ClearTypeHint clearTypeHint =
ClearTypeHintField
.GetValue(this);
3618
return
ClearTypeHintField
.GetValue(this);
3624
if (
ClearTypeHintField
.GetValue(this) == value)
3629
ClearTypeHintField
.SetValue(this, value);