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);
131
return VirtualPath.GetVirtualPathString(
_masterPageFile
);
138
if (value != VirtualPath.GetVirtualPathString(
_masterPageFile
)) {
237
string pageFile = master.
_masterPageFile
.VirtualPathString.ToLower(CultureInfo.InvariantCulture);
239
throw new InvalidOperationException(SR.GetString(SR.MasterPage_Circular_Master_Not_Allowed, master.
_masterPageFile
));