1 write to UriSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapImage.cs (1)
48UriSource = uriSource;
12 references to UriSource
PresentationCore (10)
System\Windows\Media\Imaging\BitmapImage.cs (10)
72if (UriSource == null && StreamSource == null) 83if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 158UriSource != null && 185if (UriSource != null) 189return BindUriHelper.UriToString(new Uri(_baseUri, UriSource)); 193return BindUriHelper.UriToString(UriSource); 288Uri uri = UriSource; 290uri = new Uri(_baseUri, UriSource); 350UriSource,
PresentationFramework (2)
System\Windows\Documents\FixedSOMImage.cs (2)
52imageUri = imageSource.UriSource; 73imageUri = imageSource.UriSource;