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]); 284if (0 == String.Compare(_schemasFriendly[i], friendlySchema, StringComparison.OrdinalIgnoreCase)) 298return _schemasFriendly[i];