1 write to EnableClearTypeProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs (1)
373
EnableClearTypeProperty
=
3 references to EnableClearTypeProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs (3)
109
target.PropertyChanged(
EnableClearTypeProperty
);
152
return (bool) GetValue(
EnableClearTypeProperty
);
156
SetValueInternal(
EnableClearTypeProperty
, BooleanBoxes.Box(value));