46 references to SafeUnescaped
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
482string serializedSafe = parserContext.BaseUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.SafeUnescaped);
PresentationCore (9)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (4)
446_windowsFontsUriString = _windowsFontsUriObject.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped); 656string fragment = fontUri.GetComponents(UriComponents.Fragment, UriFormat.SafeUnescaped); 670fontSourceUri = new Uri(fontUri.GetComponents(Util.UriWithoutFragment, UriFormat.SafeUnescaped)); 687string canonicalPathUri = new Uri(fontUri).GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
104string path = uri.GetComponents(UriComponents.Path, UriFormat.SafeUnescaped);
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
120return _fontUri.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
Core\CSharp\System\Windows\Media\Color.cs (1)
308Uri safeUnescapedUri = new Uri(context.ProfileUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.SafeUnescaped),
Core\CSharp\System\Windows\Media\Fonts.cs (1)
114location = fontLocation.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
Shared\MS\Utility\BindUriHelper.cs (1)
70UriFormat.SafeUnescaped),
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
482string serializedSafe = parserContext.BaseUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.SafeUnescaped);
src\Shared\MS\Utility\BindUriHelper.cs (1)
70UriFormat.SafeUnescaped),
System (23)
net\System\Net\_AuthenticationState.cs (2)
121string spnKey = httpWebRequest.ChallengedUri.GetParts(UriComponents.Scheme | UriComponents.Host | UriComponents.Port | UriComponents.Path, UriFormat.SafeUnescaped); 169spnKey = httpWebRequest.ChallengedUri.GetParts(UriComponents.SchemeAndServer, UriFormat.SafeUnescaped) + "/";
net\System\Net\_SpnDictionary.cs (1)
197key = uri.GetParts(UriComponents.Scheme | UriComponents.Host | UriComponents.Port | UriComponents.Path, UriFormat.SafeUnescaped);
net\System\Net\DNS.cs (1)
637result = uri.GetComponents(UriComponents.NormalizedHost, UriFormat.SafeUnescaped);
net\System\Net\FtpWebRequest.cs (3)
2049cacheUri = new Uri(cacheUri.GetParts(UriComponents.AbsoluteUri & ~(UriComponents.Fragment|UriComponents.UserInfo), UriFormat.SafeUnescaped)); 2052username = cacheUri.GetParts((UriComponents.Scheme | UriComponents.KeepDelimiter), UriFormat.SafeUnescaped) + username + '@'; 2053username += cacheUri.GetParts((UriComponents.Host | UriComponents.Port | UriComponents.Path | UriComponents.Query), UriFormat.SafeUnescaped);
net\System\Net\HttpWebRequest.cs (1)
4215cacheUri = new Uri(cacheUri.GetParts(UriComponents.AbsoluteUri & ~UriComponents.Fragment, UriFormat.SafeUnescaped));
net\System\Net\WebPermission.cs (1)
1012s = ((Uri)uriToCheck).GetComponents(UriComponents.HttpRequestUrl, UriFormat.SafeUnescaped);
net\System\URI.cs (6)
604result = CombineUri(baseUri, relativeStr, dontEscape? UriFormat.UriEscaped: UriFormat.SafeUnescaped); 1643chkString = GetParts(UriComponents.HttpRequestUrl, UriFormat.SafeUnescaped); 1677m_Info.String = GetParts(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped); 1871me = GetParts(UriComponents.HttpRequestUrl, UriFormat.SafeUnescaped); 1876she = obj.GetParts(UriComponents.HttpRequestUrl, UriFormat.SafeUnescaped); 2818case UriFormat.SafeUnescaped:
net\System\UriExt.cs (6)
402if ((format & ~UriFormat.SafeUnescaped) != 0) 769baseUri.UserEscaped ? UriFormat.UriEscaped : UriFormat.SafeUnescaped); 849else if (format == UriFormat.SafeUnescaped) 922case UriFormat.SafeUnescaped: 976string me = GetParts(UriComponents.AbsoluteUri & ~UriComponents.Fragment, UriFormat.SafeUnescaped); 977string she = uriLink.GetParts(UriComponents.AbsoluteUri & ~UriComponents.Fragment, UriFormat.SafeUnescaped);
net\System\UriScheme.cs (1)
141if ((format & ~UriFormat.SafeUnescaped) != 0)
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
179UriComponents.NormalizedHost, UriFormat.SafeUnescaped);
System.Data.Services (1)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
65string unescaped = uri.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (1)
3561.GetComponents(UriComponents.Query | UriComponents.Fragment, UriFormat.SafeUnescaped)))
System\Data\Services\Client\XmlUtil.cs (1)
65string unescaped = uri.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
System.ServiceModel (3)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (2)
174UriFormat.SafeUnescaped, StringComparison.OrdinalIgnoreCase) != 0) 182UriFormat.SafeUnescaped, StringComparison.OrdinalIgnoreCase) == 0;
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
689UriFormat.SafeUnescaped, StringComparison.OrdinalIgnoreCase) == 0);
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryReference.cs (1)
173return (new Uri(new Uri(baseUrl), relUrl)).GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
WindowsBase (4)
Base\System\IO\FileFormatException.cs (1)
164: sourceUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.SafeUnescaped),
Base\System\IO\Packaging\PackUriHelper.cs (3)
231string serializedPartUri = partUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.SafeUnescaped); 927safeUnescapedUri = new Uri(partUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.SafeUnescaped), UriKind.Relative); 933UriComponents.KeepDelimiter, UriFormat.SafeUnescaped), UriKind.Relative);