1 write to _userControlBaseType
System.Web (1)
Configuration\PagesSection.cs (1)
394
_userControlBaseType
= userControlBaseType;
3 references to _userControlBaseType
System.Web (3)
Configuration\PagesSection.cs (3)
382
if (
_userControlBaseType
== null &&
385
if (
_userControlBaseType
== null) {
399
return
_userControlBaseType
;