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