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) 78if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 153UriSource != null && 180if (UriSource != null) 184return BindUriHelper.UriToString(new Uri(_baseUri, UriSource)); 188return BindUriHelper.UriToString(UriSource); 283Uri uri = UriSource; 285uri = new Uri(_baseUri, UriSource); 337UriSource,
PresentationFramework (2)
System\Windows\Documents\FixedSOMImage.cs (2)
52imageUri = imageSource.UriSource; 73imageUri = imageSource.UriSource;