2 writes to _master
System.Web (2)
UI\MasterPage.cs (2)
113
_master
= MasterPage.CreateMaster(this, Context, _masterPageFile, _contentTemplateCollection);
144
_master
= null;
5 references to _master
System.Web (5)
UI\MasterPage.cs (5)
112
if (
_master
== null && !_masterPageApplied) {
116
return
_master
;
141
if (
_master
!= null && Controls.Contains(
_master
)) {
142
Controls.Remove(
_master
);