1 write to _masterPageType
System.Web (1)
UI\MasterPageParser.cs (1)
73_masterPageType = GetDirectiveType(directive, directiveName);
3 references to _masterPageType
System.Web (3)
UI\MasterPageParser.cs (3)
44internal Type MasterPageType { get { return _masterPageType; } } 68if (_masterPageType != null) { 74Util.CheckAssignableType(typeof(MasterPage), _masterPageType);