2 writes to uri
System (2)
sys\system\Media\SoundPlayer.cs (2)
415
uri
= ResolveUri(soundLocation);
448
uri
= null;
23 references to uri
System (23)
sys\system\Media\SoundPlayer.cs (23)
122
if (
uri
!= null &&
uri
.IsFile) {
147
if (
uri
!= null)
183
if (
uri
!= null &&
uri
.IsFile){
187
FileInfo fi = new FileInfo(
uri
.LocalPath);
232
if (
uri
!= null &&
uri
.IsFile){
234
FileInfo fi = new FileInfo(
uri
.LocalPath);
254
if (
uri
!= null &&
uri
.IsFile) {
262
string localPath =
uri
.LocalPath;
300
Debug.Assert((
uri
== null || !
uri
.IsFile), "we only load streams");
315
if (
uri
!= null && !
uri
.IsFile && stream == null) {
316
WebPermission webPerm = new WebPermission(NetworkAccess.Connect,
uri
.AbsolutePath);
318
WebRequest webRequest = WebRequest.Create(
uri
);
419
if (
uri
== null) {
423
if (!
uri
.IsFile) {
524
if (
uri
!= null && !
uri
.IsFile && stream == null) {
525
WebRequest webRequest = WebRequest.Create(
uri
);