2 writes to _baseUri
PresentationCore (2)
System\Windows\Media\Imaging\BitmapImage.cs (2)
111
_baseUri
= value;
207
_baseUri
= otherBitmapImage._baseUri;
8 references to _baseUri
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
104
return
_baseUri
;
109
if (!CreationCompleted &&
_baseUri
!= value)
187
if (
_baseUri
!= null)
189
return BindUriHelper.UriToString(new Uri(
_baseUri
, UriSource));
207
_baseUri = otherBitmapImage.
_baseUri
;
289
if (
_baseUri
!= null)
290
uri = new Uri(
_baseUri
, UriSource);
349
_baseUri
,