1 write to _schemasFriendly
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
74
_schemasFriendly
= new String[] { SR.GetString(SR.TemplatingOptionsDialog_HTMLSchemaFriendly),
3 references to _schemasFriendly
System.Web.Mobile (3)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
244
_cmbSchemas.AddItem(
_schemasFriendly
[i]);
284
if (0 == String.Compare(
_schemasFriendly
[i], friendlySchema, StringComparison.OrdinalIgnoreCase))
298
return
_schemasFriendly
[i];