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