4 references to DefaultCredentialsZonePolicy
PresentationCore (4)
MS\Internal\FontCache\FontSource.cs (1)
288if (DefaultCredentialsZonePolicy.ShouldSendDefaultCredentials(_fontUri))
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
458if (MS.Internal.AppModel.DefaultCredentialsZonePolicy.ShouldSendDefaultCredentials(_requestedUri))
MS\Internal\WpfWebRequestHelper.cs (1)
128else if (DefaultCredentialsZonePolicy.ShouldSendDefaultCredentials(uri))
System\Windows\Media\MediaPlayerState.cs (1)
841&& !MS.Internal.AppModel.DefaultCredentialsZonePolicy.ShouldSendDefaultCredentials(uriToOpen))