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