1 write to _masterPageFile
System.Web (1)
UI\MasterPage.cs (1)
139_masterPageFile = VirtualPath.CreateAllowNull(value);
5 references to _masterPageFile
System.Web (5)
UI\MasterPage.cs (5)
113_master = MasterPage.CreateMaster(this, Context, _masterPageFile, _contentTemplateCollection); 131return VirtualPath.GetVirtualPathString(_masterPageFile); 138if (value != VirtualPath.GetVirtualPathString(_masterPageFile)) { 237string pageFile = master._masterPageFile.VirtualPathString.ToLower(CultureInfo.InvariantCulture); 239throw new InvalidOperationException(SR.GetString(SR.MasterPage_Circular_Master_Not_Allowed, master._masterPageFile));