2 writes to _baseUri
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (2)
106
_baseUri
= value;
202
_baseUri
= otherBitmapImage._baseUri;
8 references to _baseUri
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
99
return
_baseUri
;
104
if (!CreationCompleted &&
_baseUri
!= value)
182
if (
_baseUri
!= null)
184
return BindUriHelper.UriToString(new Uri(
_baseUri
, UriSource));
202
_baseUri = otherBitmapImage.
_baseUri
;
284
if (
_baseUri
!= null)
285
uri = new Uri(
_baseUri
, UriSource);
336
_baseUri
,