50 references to RenderOptions
PresentationCore (45)
System\Windows\Media\Generated\DrawingBrush.cs (3)
251
data.CachingHint = (CachingHint)GetValue(
RenderOptions
.CachingHintProperty);
252
data.CacheInvalidationThresholdMinimum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
253
data.CacheInvalidationThresholdMaximum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\Generated\DrawingGroup.cs (9)
359
target.PropertyChanged(
RenderOptions
.EdgeModeProperty);
380
target.PropertyChanged(
RenderOptions
.BitmapScalingModeProperty);
387
target.PropertyChanged(
RenderOptions
.ClearTypeHintProperty);
598
data.EdgeMode = (EdgeMode)GetValue(
RenderOptions
.EdgeModeProperty);
599
data.bitmapScalingMode = (BitmapScalingMode)GetValue(
RenderOptions
.BitmapScalingModeProperty);
600
data.ClearTypeHint = (ClearTypeHint)GetValue(
RenderOptions
.ClearTypeHintProperty);
854
RenderOptions
.EdgeModeProperty.OverrideMetadata(
859
RenderOptions
.BitmapScalingModeProperty.OverrideMetadata(
864
RenderOptions
.ClearTypeHintProperty.OverrideMetadata(
System\Windows\Media\Generated\ImageBrush.cs (3)
251
data.CachingHint = (CachingHint)GetValue(
RenderOptions
.CachingHintProperty);
252
data.CacheInvalidationThresholdMinimum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
253
data.CacheInvalidationThresholdMaximum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\Generated\TileBrush.cs (6)
145
target.PropertyChanged(
RenderOptions
.CachingHintProperty);
152
target.PropertyChanged(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
159
target.PropertyChanged(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
419
RenderOptions
.CachingHintProperty.OverrideMetadata(
424
RenderOptions
.CacheInvalidationThresholdMinimumProperty.OverrideMetadata(
429
RenderOptions
.CacheInvalidationThresholdMaximumProperty.OverrideMetadata(
System\Windows\Media\Generated\VisualBrush.cs (3)
287
data.CachingHint = (CachingHint)GetValue(
RenderOptions
.CachingHintProperty);
288
data.CacheInvalidationThresholdMinimum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMinimumProperty);
289
data.CacheInvalidationThresholdMaximum = (double)GetValue(
RenderOptions
.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\RenderOptions.cs (6)
38
typeof(
RenderOptions
),
71
typeof(
RenderOptions
),
104
typeof(
RenderOptions
),
138
typeof(
RenderOptions
),
171
typeof(
RenderOptions
),
204
typeof(
RenderOptions
),
System\Windows\Media3D\Viewport2DVisual3D.cs (9)
445
RenderOptions
.SetCachingHint(vb, (CachingHint)GetValue(CachingHintProperty));
446
RenderOptions
.SetCacheInvalidationThresholdMinimum(vb, (double)GetValue(CacheInvalidationThresholdMinimumProperty));
447
RenderOptions
.SetCacheInvalidationThresholdMaximum(vb, (double)GetValue(CacheInvalidationThresholdMaximumProperty));
890
RenderOptions
.CachingHintProperty.AddOwner(
899
RenderOptions
.SetCachingHint(viewport2D._visualBrush, (CachingHint)e.NewValue);
906
RenderOptions
.CacheInvalidationThresholdMinimumProperty.AddOwner(
916
RenderOptions
.SetCacheInvalidationThresholdMinimum(viewport2D._visualBrush, (double)e.NewValue);
923
RenderOptions
.CacheInvalidationThresholdMaximumProperty.AddOwner(
932
RenderOptions
.SetCacheInvalidationThresholdMaximum(viewport2D._visualBrush, (double)e.NewValue);
System\Windows\UIElement.cs (6)
83
RenderOptions
.EdgeModeProperty.OverrideMetadata(
87
RenderOptions
.BitmapScalingModeProperty.OverrideMetadata(
91
RenderOptions
.ClearTypeHintProperty.OverrideMetadata(
2843
base.VisualEdgeMode =
RenderOptions
.GetEdgeMode(this);
2854
base.VisualBitmapScalingMode =
RenderOptions
.GetBitmapScalingMode(this);
2865
base.VisualClearTypeHint =
RenderOptions
.GetClearTypeHint(this);
PresentationFramework (4)
System\Windows\Controls\DatePicker.cs (1)
1093
RenderOptions
.SetClearTypeHint(_calendar, ClearTypeHint.Enabled);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
614
case 518: t = () => typeof(
RenderOptions
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8334
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)
529
EdgeMode edgeMode =
RenderOptions
.GetEdgeMode(visual);