2 writes to _master
System.Web (2)
UI\Page.cs (2)
941
_master
= MasterPage.CreateMaster(this, Context, _masterPageFile, _contentTemplateCollection);
972
_master
= null;
5 references to _master
System.Web (5)
UI\Page.cs (5)
940
if (
_master
== null && !_preInitWorkComplete) {
944
return
_master
;
969
if (
_master
!= null && Controls.Contains(
_master
)) {
970
Controls.Remove(
_master
);