2 writes to _baseUri
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
132
_baseUri
= value;
228
_baseUri
= otherBitmapImage._baseUri;
8 references to _baseUri
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (8)
125
return
_baseUri
;
130
if (!CreationCompleted &&
_baseUri
!= value)
208
if (
_baseUri
!= null)
210
return BindUriHelper.UriToString(new Uri(
_baseUri
, UriSource));
228
_baseUri = otherBitmapImage.
_baseUri
;
315
if (
_baseUri
!= null)
316
uri = new Uri(
_baseUri
, UriSource);
367
_baseUri
,