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)
475
if (
_templateVerbs
!= null)
477
for (int i = 0; i <
_templateVerbs
.Length; i++)
479
_templateVerbs
[i].Dispose();
504
foreach(TemplateEditingVerb verb in
_templateVerbs
)
509
return
_templateVerbs
;