1 write to UriSourceProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
523
UriSourceProperty
=
4 references to UriSourceProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
94
target.PropertyChanged(
UriSourceProperty
);
186
return (Uri) GetValue(
UriSourceProperty
);
190
SetValueInternal(
UriSourceProperty
, value);
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1220
xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.
UriSourceProperty
.Name, imageSource);