13 references to IsAppRelativePath
System.Web (13)
Compilation\BaseCodeDomTreeGenerator.cs (1)
196
Debug.Assert(UrlPath.
IsAppRelativePath
(appRelVirtualDir));
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
280
if (UrlPath.IsRelativeUrl(strValue) && !UrlPath.
IsAppRelativePath
(strValue)) {
290
if (UrlPath.IsRelativeUrl(strValue) && !UrlPath.
IsAppRelativePath
(strValue)) {
Configuration\UrlMapping.cs (1)
83
if (!UrlPath.
IsAppRelativePath
(url)) {
Handlers\AssemblyResourceLoader.cs (1)
398
if (UrlPath.
IsAppRelativePath
(path)) {
SiteMapNode.cs (1)
386
if (UrlPath.IsRelativeUrl(url) && !UrlPath.
IsAppRelativePath
(url)) {
StaticSiteMapProvider.cs (1)
190
if (UrlPath.
IsAppRelativePath
(rawUrl)) {
UI\Control.cs (1)
3037
if (!UrlPath.
IsAppRelativePath
(relativeUrl)) {
UI\ControlBuilder.cs (1)
1037
if (UrlPath.IsRelativeUrl(url) && !UrlPath.
IsAppRelativePath
(url)) {
Util\UrlPath.cs (2)
192
if (
IsAppRelativePath
(relative)) {
286
if (list.Count == 1 &&
IsAppRelativePath
(path)) {
VirtualPath.cs (2)
63
if (UrlPath.
IsAppRelativePath
(virtualPath)) {
619
if (UrlPath.
IsAppRelativePath
(virtualPath)) {