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)
552
Debug.Assert(Behavior != null &&
_behaviorAttributes
!= null);
554
IDictionaryEnumerator enumerator =
_behaviorAttributes
.GetEnumerator();
558
Object obj =
_behaviorAttributes
[key];
572
Debug.Assert (
_behaviorAttributes
!= null);
580
_behaviorAttributes
.Remove(attribute);
595
Debug.Assert (
_behaviorAttributes
!= null);
602
_behaviorAttributes
[attribute] = obj;