2 writes to _baseUri
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (2)
125
_baseUri
= value;
221
_baseUri
= otherBitmapImage._baseUri;
8 references to _baseUri
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
118
return
_baseUri
;
123
if (!CreationCompleted &&
_baseUri
!= value)
201
if (
_baseUri
!= null)
203
return BindUriHelper.UriToString(new Uri(
_baseUri
, UriSource));
221
_baseUri = otherBitmapImage.
_baseUri
;
303
if (
_baseUri
!= null)
304
uri = new Uri(
_baseUri
, UriSource);
355
_baseUri
,