3 writes to UriSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapImage.cs (1)
48
UriSource
= uriSource;
PresentationCore.Tests (2)
System\Windows\Media\Imaging\BitmapImage.Tests.cs (2)
74
image.
UriSource
= new Uri(tempFile);
100
image.
UriSource
= new Uri(tempFile);
14 references to UriSource
PresentationCore (10)
System\Windows\Media\Imaging\BitmapImage.cs (10)
72
if (
UriSource
== null && StreamSource == null)
78
if (
UriSource
!= null && !
UriSource
.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad)
153
UriSource
!= null &&
180
if (
UriSource
!= null)
184
return BindUriHelper.UriToString(new Uri(_baseUri,
UriSource
));
188
return BindUriHelper.UriToString(
UriSource
);
283
Uri uri =
UriSource
;
285
uri = new Uri(_baseUri,
UriSource
);
337
UriSource
,
PresentationCore.Tests (2)
System\Windows\Media\Imaging\BitmapImage.Tests.cs (2)
50
Assert.Null(image.
UriSource
);
106
Assert.NotNull(image.
UriSource
);
PresentationFramework (2)
System\Windows\Documents\FixedSOMImage.cs (2)
52
imageUri = imageSource.
UriSource
;
73
imageUri = imageSource.
UriSource
;