1 write to CacheOptionProperty
PresentationCore (1)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
582CacheOptionProperty =
4 references to CacheOptionProperty
PresentationCore (3)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
153target.PropertyChanged(CacheOptionProperty); 288return (BitmapCacheOption) GetValue(CacheOptionProperty); 292SetValueInternal(CacheOptionProperty, value);
PresentationFramework (1)
System\Windows\Documents\TextRangeSerialization.cs (1)
1197xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.CacheOptionProperty.Name, "OnLoad");