1 write to UriSourceProperty
PresentationCore (1)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
503UriSourceProperty =
4 references to UriSourceProperty
PresentationCore (3)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (3)
74target.PropertyChanged(UriSourceProperty); 166return (Uri) GetValue(UriSourceProperty); 170SetValueInternal(UriSourceProperty, value);
PresentationFramework (1)
System\Windows\Documents\TextRangeSerialization.cs (1)
1190xmlWriter.WriteAttributeString(System.Windows.Media.Imaging.BitmapImage.UriSourceProperty.Name, imageSource);