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