8 references to CacheInvalidationThresholdMaximumProperty
PresentationCore (8)
System\Windows\Media\Generated\DrawingBrush.cs (1)
253data.CacheInvalidationThresholdMaximum = (double)GetValue(RenderOptions.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\Generated\ImageBrush.cs (1)
253data.CacheInvalidationThresholdMaximum = (double)GetValue(RenderOptions.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\Generated\TileBrush.cs (2)
159target.PropertyChanged(RenderOptions.CacheInvalidationThresholdMaximumProperty); 429RenderOptions.CacheInvalidationThresholdMaximumProperty.OverrideMetadata(
System\Windows\Media\Generated\VisualBrush.cs (1)
289data.CacheInvalidationThresholdMaximum = (double)GetValue(RenderOptions.CacheInvalidationThresholdMaximumProperty);
System\Windows\Media\RenderOptions.cs (2)
215return (double)target.GetValue(CacheInvalidationThresholdMaximumProperty); 224target.SetValue(CacheInvalidationThresholdMaximumProperty, cacheInvalidationThresholdMaximum);
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
923RenderOptions.CacheInvalidationThresholdMaximumProperty.AddOwner(