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