8 references to CacheInvalidationThresholdMaximumProperty
PresentationCore (8)
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
269
data.CacheInvalidationThresholdMaximum = (double)GetValue(RenderOptions.
CacheInvalidationThresholdMaximumProperty
);
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
269
data.CacheInvalidationThresholdMaximum = (double)GetValue(RenderOptions.
CacheInvalidationThresholdMaximumProperty
);
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (2)
165
target.PropertyChanged(RenderOptions.
CacheInvalidationThresholdMaximumProperty
);
435
RenderOptions.
CacheInvalidationThresholdMaximumProperty
.OverrideMetadata(
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
301
data.CacheInvalidationThresholdMaximum = (double)GetValue(RenderOptions.
CacheInvalidationThresholdMaximumProperty
);
Core\CSharp\System\Windows\Media\RenderOptions.cs (2)
216
return (double)target.GetValue(
CacheInvalidationThresholdMaximumProperty
);
225
target.SetValue(
CacheInvalidationThresholdMaximumProperty
, cacheInvalidationThresholdMaximum);
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
933
RenderOptions.
CacheInvalidationThresholdMaximumProperty
.AddOwner(