1 write to CacheOptionProperty
PresentationCore (1)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
566CacheOptionProperty =
4 references to CacheOptionProperty
PresentationCore (3)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
137target.PropertyChanged(CacheOptionProperty); 272return (BitmapCacheOption) GetValue(CacheOptionProperty); 276SetValueInternal(CacheOptionProperty, value);
PresentationFramework (1)
System\Windows\Documents\TextRangeSerialization.cs (1)
1191xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.CacheOptionProperty.Name, "OnLoad");