1 write to UriSourceProperty
PresentationCore (1)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
519
UriSourceProperty
=
4 references to UriSourceProperty
PresentationCore (3)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
90
target.PropertyChanged(
UriSourceProperty
);
182
return (Uri) GetValue(
UriSourceProperty
);
186
SetValueInternal(
UriSourceProperty
, value);
PresentationFramework (1)
System\Windows\Documents\TextRangeSerialization.cs (1)
1196
xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.
UriSourceProperty
.Name, imageSource);