50 references to RenderOptions
PresentationCore (45)
System\Windows\Media\Generated\DrawingBrush.cs (3)
223
data.CachingHint = (CachingHint)GetValue(
RenderOptions
.CachingHintProperty);
224
data.CacheInvalidationThresholdMinimum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
225
data.CacheInvalidationThresholdMaximum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\Generated\DrawingGroup.cs (9)
333
target.PropertyChanged(
RenderOptions
.EdgeModeProperty);
354
target.PropertyChanged(
RenderOptions
.BitmapScalingModeProperty);
361
target.PropertyChanged(
RenderOptions
.ClearTypeHintProperty);
572
data.EdgeMode = (EdgeMode)GetValue(
RenderOptions
.EdgeModeProperty);
573
data.bitmapScalingMode = (BitmapScalingMode)GetValue(
RenderOptions
.BitmapScalingModeProperty);
574
data.ClearTypeHint = (ClearTypeHint)GetValue(
RenderOptions
.ClearTypeHintProperty);
828
RenderOptions
.EdgeModeProperty.OverrideMetadata(
833
RenderOptions
.BitmapScalingModeProperty.OverrideMetadata(
838
RenderOptions
.ClearTypeHintProperty.OverrideMetadata(
System\Windows\Media\Generated\ImageBrush.cs (3)
223
data.CachingHint = (CachingHint)GetValue(
RenderOptions
.CachingHintProperty);
224
data.CacheInvalidationThresholdMinimum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
225
data.CacheInvalidationThresholdMaximum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\Generated\TileBrush.cs (6)
115
target.PropertyChanged(
RenderOptions
.CachingHintProperty);
122
target.PropertyChanged(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
129
target.PropertyChanged(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
389
RenderOptions
.CachingHintProperty.OverrideMetadata(
394
RenderOptions
.CacheInvalidationThresholdMinimumProperty.OverrideMetadata(
399
RenderOptions
.CacheInvalidationThresholdMaximumProperty.OverrideMetadata(
System\Windows\Media\Generated\VisualBrush.cs (3)
260
data.CachingHint = (CachingHint)GetValue(
RenderOptions
.CachingHintProperty);
261
data.CacheInvalidationThresholdMinimum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
262
data.CacheInvalidationThresholdMaximum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\RenderOptions.cs (6)
34
typeof(
RenderOptions
),
67
typeof(
RenderOptions
),
100
typeof(
RenderOptions
),
134
typeof(
RenderOptions
),
167
typeof(
RenderOptions
),
200
typeof(
RenderOptions
),
System\Windows\Media3D\Viewport2DVisual3D.cs (9)
428
RenderOptions
.SetCachingHint(vb, (CachingHint)GetValue(CachingHintProperty));
429
RenderOptions
.SetCacheInvalidationThresholdMinimum(vb, (double)GetValue(CacheInvalidationThresholdMinimumProperty));
430
RenderOptions
.SetCacheInvalidationThresholdMaximum(vb, (double)GetValue(CacheInvalidationThresholdMaximumProperty));
873
RenderOptions
.CachingHintProperty.AddOwner(
882
RenderOptions
.SetCachingHint(viewport2D._visualBrush, (CachingHint)e.NewValue);
889
RenderOptions
.CacheInvalidationThresholdMinimumProperty.AddOwner(
899
RenderOptions
.SetCacheInvalidationThresholdMinimum(viewport2D._visualBrush, (double)e.NewValue);
906
RenderOptions
.CacheInvalidationThresholdMaximumProperty.AddOwner(
915
RenderOptions
.SetCacheInvalidationThresholdMaximum(viewport2D._visualBrush, (double)e.NewValue);
System\Windows\UIElement.cs (6)
78
RenderOptions
.EdgeModeProperty.OverrideMetadata(
82
RenderOptions
.BitmapScalingModeProperty.OverrideMetadata(
86
RenderOptions
.ClearTypeHintProperty.OverrideMetadata(
2838
base.VisualEdgeMode =
RenderOptions
.GetEdgeMode(this);
2849
base.VisualBitmapScalingMode =
RenderOptions
.GetBitmapScalingMode(this);
2860
base.VisualClearTypeHint =
RenderOptions
.GetClearTypeHint(this);
PresentationFramework (4)
System\Windows\Controls\DatePicker.cs (1)
1089
RenderOptions
.SetClearTypeHint(_calendar, ClearTypeHint.Enabled);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
612
case 518: t = () => typeof(
RenderOptions
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8332
typeof(System.Windows.Media.
RenderOptions
),
System\Windows\Markup\KnownTypes.cs (1)
6072
case KnownElements.RenderOptions: t = typeof(System.Windows.Media.
RenderOptions
); break;
ReachFramework (1)
Serialization\VisualTreeFlattener.cs (1)
522
EdgeMode edgeMode =
RenderOptions
.GetEdgeMode(visual);