2 writes to _allowCustomAttributes
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
381
_allowCustomAttributes
=
390
_allowCustomAttributes
= value ? BooleanOption.True : BooleanOption.False;
2 references to _allowCustomAttributes
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
379
if (
_allowCustomAttributes
== BooleanOption.NotSet)
385
return
_allowCustomAttributes
== BooleanOption.True;