8 references to IsBaseOf
Microsoft.AspNetCore.Components.WebView.Maui (2)
Extensions\UriExtensions.cs (1)
17 return baseUri.IsBaseOf(uri);
src\BlazorWebView\src\SharedSource\UrlLoadingEventArgs.cs (1)
16 var strategy = appOriginUri.IsBaseOf(urlToLoad) ?
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
src\BlazorWebView\src\SharedSource\UrlLoadingEventArgs.cs (1)
16 var strategy = appOriginUri.IsBaseOf(urlToLoad) ?
Microsoft.AspNetCore.Components.WebView.Wpf (1)
src\BlazorWebView\src\SharedSource\UrlLoadingEventArgs.cs (1)
16 var strategy = appOriginUri.IsBaseOf(urlToLoad) ?
PresentationFramework (1)
System\Windows\Application.cs (1)
644if (!BaseUriHelper.SiteOfOriginBaseUri.IsBaseOf(uriRemote))
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
1000if (!baseUri.IsBaseOf(newUri) ||
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlCollation.cs (1)
202else if (collationUri.IsBaseOf(new Uri(XmlReservedNs.NsCollCodePoint)))
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\FeedUtils.cs (1)
102if (rootBase.IsAbsoluteUri && currentBase.IsAbsoluteUri && rootBase.IsBaseOf(currentBase))