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)
519if (_customAttributes != null && !MobilePage.AllowCustomAttributes) 705if (_customAttributes == null) 710((IStateManager)_customAttributes).TrackViewState(); 713return _customAttributes; 721return (_customAttributes != null) ? (String)_customAttributes[name] : null;