2 writes to _baseUri
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (2)
107
_baseUri
= value;
203
_baseUri
= otherBitmapImage._baseUri;
8 references to _baseUri
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
100
return
_baseUri
;
105
if (!CreationCompleted &&
_baseUri
!= value)
183
if (
_baseUri
!= null)
185
return BindUriHelper.UriToString(new Uri(
_baseUri
, UriSource));
203
_baseUri = otherBitmapImage.
_baseUri
;
285
if (
_baseUri
!= null)
286
uri = new Uri(
_baseUri
, UriSource);
337
_baseUri
,