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