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