1 write to UriSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapImage.cs (1)
49UriSource = uriSource;
12 references to UriSource
PresentationCore (10)
System\Windows\Media\Imaging\BitmapImage.cs (10)
73if (UriSource == null && StreamSource == null) 79if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 154UriSource != null && 181if (UriSource != null) 185return BindUriHelper.UriToString(new Uri(_baseUri, UriSource)); 189return BindUriHelper.UriToString(UriSource); 284Uri uri = UriSource; 286uri = new Uri(_baseUri, UriSource); 338UriSource,
PresentationFramework (2)
System\Windows\Documents\FixedSOMImage.cs (2)
53imageUri = imageSource.UriSource; 74imageUri = imageSource.UriSource;