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