1 write to _customAttributes
System.Web.Mobile (1)
UI\MobileControls\MobileControl.cs (1)
707
_customAttributes
= new StateBag(true); // Ignore case
6 references to _customAttributes
System.Web.Mobile (6)
UI\MobileControls\MobileControl.cs (6)
519
if (
_customAttributes
!= null && !MobilePage.AllowCustomAttributes)
705
if (
_customAttributes
== null)
710
((IStateManager)
_customAttributes
).TrackViewState();
713
return
_customAttributes
;
721
return (
_customAttributes
!= null) ? (String)
_customAttributes
[name] : null;