1 write to UriSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapImage.cs (1)
49
UriSource
= uriSource;
12 references to UriSource
PresentationCore (10)
System\Windows\Media\Imaging\BitmapImage.cs (10)
73
if (
UriSource
== null && StreamSource == null)
79
if (
UriSource
!= null && !
UriSource
.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad)
154
UriSource
!= null &&
181
if (
UriSource
!= null)
185
return BindUriHelper.UriToString(new Uri(_baseUri,
UriSource
));
189
return BindUriHelper.UriToString(
UriSource
);
284
Uri uri =
UriSource
;
286
uri = new Uri(_baseUri,
UriSource
);
338
UriSource
,
PresentationFramework (2)
System\Windows\Documents\FixedSOMImage.cs (2)
53
imageUri = imageSource.
UriSource
;
74
imageUri = imageSource.
UriSource
;