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