1 write to UriSourceProperty
PresentationCore (1)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
500
UriSourceProperty
=
4 references to UriSourceProperty
PresentationCore (3)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
72
target.PropertyChanged(
UriSourceProperty
);
164
return (Uri) GetValue(
UriSourceProperty
);
168
SetValueInternal(
UriSourceProperty
, value);
PresentationFramework (1)
System\Windows\Documents\TextRangeSerialization.cs (1)
1189
xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.
UriSourceProperty
.Name, imageSource);