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);
959
return VirtualPath.GetVirtualPathString(
_masterPageFile
);
966
if (value != VirtualPath.GetVirtualPathString(
_masterPageFile
)) {
2684
appliedMasterPages.Add(
_masterPageFile
.VirtualPathString.ToLower(CultureInfo.InvariantCulture));