10 references to IsWellFormedUriString
ComSvcConfig (3)
ComplusEndpointConfigContainer.cs (2)
382if (Uri.IsWellFormedUriString(uri, UriKind.RelativeOrAbsolute)) 410if (Uri.IsWellFormedUriString(uri, UriKind.Absolute))
WasEndpointConfigContainer.cs (1)
233if (Uri.IsWellFormedUriString(uri, UriKind.RelativeOrAbsolute))
PresentationFramework (2)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
916if (!Uri.IsWellFormedUriString(xmlNamespace, UriKind.RelativeOrAbsolute))
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
8423if (!Uri.IsWellFormedUriString(pictureUri, UriKind.Absolute))
System (1)
net\System\Net\_ServiceNameStore.cs (1)
126if (Uri.IsWellFormedUriString(uriPrefix, UriKind.Absolute))
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
163!Uri.IsWellFormedUriString(CommonUtil.UriToString(serviceRoot), UriKind.Absolute) ||
System.IdentityModel (1)
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (1)
151else if (Uri.IsWellFormedUriString(this.allowedAudienceUris[j], UriKind.Absolute))
System.ServiceModel (1)
System\ServiceModel\Description\ServiceReflector.cs (1)
30if (Uri.IsWellFormedUriString(path, UriKind.Absolute) || path == String.Empty)
System.Web.Extensions (1)
UI\ScriptResourceMapping.cs (1)
44!Uri.IsWellFormedUriString(path, UriKind.Absolute)) { // http://...