4 references to ClearTypeHintField
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
1693
ClearTypeHint clearTypeHint =
ClearTypeHintField
.GetValue(this);
3637
return
ClearTypeHintField
.GetValue(this);
3643
if (
ClearTypeHintField
.GetValue(this) == value)
3648
ClearTypeHintField
.SetValue(this, value);