6 references to MilRenderOptionFlags
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (1)
578
internal
MilRenderOptionFlags
Flags;
System\Windows\Media\Visual.cs (5)
1662
renderOptions.Flags |=
MilRenderOptionFlags
.EdgeMode;
1670
renderOptions.Flags |=
MilRenderOptionFlags
.BitmapScalingMode;
1677
renderOptions.Flags |=
MilRenderOptionFlags
.ClearTypeHint;
1684
renderOptions.Flags |=
MilRenderOptionFlags
.TextRenderingMode;
1691
renderOptions.Flags |=
MilRenderOptionFlags
.TextHintingMode;