2 writes to _templateVerbs
System.Web.Mobile (2)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
482_templateVerbs = null; 500_templateVerbs = GetTemplateVerbs();
5 references to _templateVerbs
System.Web.Mobile (5)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (5)
475if (_templateVerbs != null) 477for (int i = 0; i < _templateVerbs.Length; i++) 479_templateVerbs[i].Dispose(); 504foreach(TemplateEditingVerb verb in _templateVerbs) 509return _templateVerbs;