4 references to ClearTypeHintField
PresentationCore (4)
Core\CSharp\System\Windows\Media\Visual.cs (4)
1706
ClearTypeHint clearTypeHint =
ClearTypeHintField
.GetValue(this);
3667
return
ClearTypeHintField
.GetValue(this);
3673
if (
ClearTypeHintField
.GetValue(this) == value)
3678
ClearTypeHintField
.SetValue(this, value);