1 write to _behaviorAttributes
System.Web.Mobile (1)
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
60_behaviorAttributes = new HybridDictionary();
7 references to _behaviorAttributes
System.Web.Mobile (7)
UI\MobileControls\Design\MobileContainerDesigner.cs (7)
552Debug.Assert(Behavior != null && _behaviorAttributes != null); 554IDictionaryEnumerator enumerator = _behaviorAttributes.GetEnumerator(); 558Object obj = _behaviorAttributes[key]; 572Debug.Assert (_behaviorAttributes != null); 580_behaviorAttributes.Remove(attribute); 595Debug.Assert (_behaviorAttributes != null); 602_behaviorAttributes[attribute] = obj;