1 write to UriSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapImage.cs (1)
67UriSource = uriSource;
12 references to UriSource
PresentationCore (10)
System\Windows\Media\Imaging\BitmapImage.cs (10)
91if (UriSource == null && StreamSource == null) 97if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 172UriSource != null && 199if (UriSource != null) 203return BindUriHelper.UriToString(new Uri(_baseUri, UriSource)); 207return BindUriHelper.UriToString(UriSource); 302Uri uri = UriSource; 304uri = new Uri(_baseUri, UriSource); 356UriSource,
PresentationFramework (2)
System\Windows\Documents\FixedSOMImage.cs (2)
55imageUri = imageSource.UriSource; 76imageUri = imageSource.UriSource;