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)
379if (_allowCustomAttributes == BooleanOption.NotSet) 385return _allowCustomAttributes == BooleanOption.True;