7 references to IsBaseOf
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
783
if (BaseUriHelper.SiteOfOriginBaseUri.
IsBaseOf
(uriRemote) != true)
System (1)
net\System\Net\_FtpControlStream.cs (1)
971
if (!baseUri.
IsBaseOf
(newUri) ||
System.Data.Services (1)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
82
return baseUriWithSlash.
IsBaseOf
(requestUri);
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlCollation.cs (1)
175
} else if (collationUri.
IsBaseOf
(new Uri(XmlReservedNs.NsCollCodePoint))) {
System.ServiceModel (2)
System\ServiceModel\Channels\TransportChannelListener.cs (1)
612
if (!baseAddress.
IsBaseOf
(fullUri))
System\ServiceModel\Syndication\FeedUtils.cs (1)
105
if (rootBase.IsAbsoluteUri && currentBase.IsAbsoluteUri && rootBase.
IsBaseOf
(currentBase))
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
926
if (directory.
IsBaseOf
(combinedDirectory))