1 write to UriSource
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
74UriSource = uriSource;
12 references to UriSource
PresentationCore (10)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (10)
98if (UriSource == null && StreamSource == null) 104if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 179UriSource != null && 206if (UriSource != null) 210return BindUriHelper.UriToString(new Uri(_baseUri, UriSource)); 214return BindUriHelper.UriToString(UriSource); 314Uri uri = UriSource; 316uri = new Uri(_baseUri, UriSource); 368UriSource,
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMImage.cs (2)
60imageUri = imageSource.UriSource; 81imageUri = imageSource.UriSource;