2 writes to _uri
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
384
_uri
= ResolveUri(soundLocation);
422
_uri
= null;
20 references to _uri
System.Windows.Extensions (20)
System\Media\SoundPlayer.cs (20)
110
if (
_uri
!= null)
137
if (
_uri
!= null &&
_uri
.IsFile)
142
FileInfo fi = new FileInfo(
_uri
.LocalPath);
189
if (
_uri
!= null &&
_uri
.IsFile)
192
FileInfo fi = new FileInfo(
_uri
.LocalPath);
214
if (
_uri
!= null &&
_uri
.IsFile)
220
string localPath =
_uri
.LocalPath;
246
Debug.Assert((
_uri
== null || !
_uri
.IsFile), "we only load streams");
263
if (
_uri
!= null && !
_uri
.IsFile && _stream == null)
266
WebRequest webRequest = WebRequest.Create(
_uri
);
387
if (
_uri
== null)
396
if (!
_uri
.IsFile)
488
if (
_uri
!= null && !
_uri
.IsFile && _stream == null)
491
WebRequest webRequest = WebRequest.Create(
_uri
);