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