1 write to CacheOptionProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
586CacheOptionProperty =
4 references to CacheOptionProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
157target.PropertyChanged(CacheOptionProperty); 292return (BitmapCacheOption) GetValue(CacheOptionProperty); 296SetValueInternal(CacheOptionProperty, value);
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1221xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.CacheOptionProperty.Name, "OnLoad");