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