1 write to _strCollSchemas
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
60
_strCollSchemas
= new StringCollection();
7 references to _strCollSchemas
System.Web.Mobile (7)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (7)
251
_strCollSchemas
.Clear();
258
foreach (String strSchema in
_strCollSchemas
)
345
!
_strCollSchemas
.Contains(choice.Xmlns))
347
_strCollSchemas
.Add(choice.Xmlns);
363
!
_strCollSchemas
.Contains(choice.Xmlns))
365
_strCollSchemas
.Add(choice.Xmlns);
492
if (!
_strCollSchemas
.Contains(previousUrlSchema))