1 write to _masterPageFile
System.Web (1)
UI\Page.cs (1)
967_masterPageFile = VirtualPath.CreateAllowNull(value);
4 references to _masterPageFile
System.Web (4)
UI\Page.cs (4)
941_master = MasterPage.CreateMaster(this, Context, _masterPageFile, _contentTemplateCollection); 959return VirtualPath.GetVirtualPathString(_masterPageFile); 966if (value != VirtualPath.GetVirtualPathString(_masterPageFile)) { 2684appliedMasterPages.Add(_masterPageFile.VirtualPathString.ToLower(CultureInfo.InvariantCulture));