2 references to IsValidDirectoryName
System.Web (2)
UI\Page.cs (1)
1350if (!String.IsNullOrEmpty(value) && !FileUtil.IsValidDirectoryName(value)) {
UI\Util.cs (1)
482if (!FileUtil.IsValidDirectoryName(themeName)) {