29 references to QuoteJScriptString
System.Web (29)
UI\ClientScriptManager.cs (4)
437
builder.Append(Util.
QuoteJScriptString
(postbackRef));
457
builder.Append(Util.
QuoteJScriptString
(options.Argument));
485
builder.Append(Util.
QuoteJScriptString
(options.ActionUrl));
702
attributeValue = Util.
QuoteJScriptString
(attributeValue);
UI\Page.cs (5)
2371
"WebForm_AutoFocus('" + Util.
QuoteJScriptString
(focusedControlId) + "');",
5333
Util.
QuoteJScriptString
(HttpUtility.HtmlEncode(e.Message)) :
5369
Util.
QuoteJScriptString
(HttpUtility.HtmlEncode(e.Message)) :
5412
Response.Write(needsCallbackLoadScript ? Util.
QuoteJScriptString
(result) : result);
5429
Util.
QuoteJScriptString
(HttpUtility.HtmlEncode(e.Message)) :
UI\WebControls\TreeView.cs (3)
2596
imageUrl = Util.
QuoteJScriptString
(imageUrl);
2696
+ Util.
QuoteJScriptString
(CollapseImageToolTip) + "\";\r\n" +
2698
+ Util.
QuoteJScriptString
(ExpandImageToolTip) + "\";\r\n" +
UI\WebParts\WebPartChrome.cs (7)
427
Util.
QuoteJScriptString
(resolvedHelpUrl) +
435
Util.
QuoteJScriptString
(resolvedHelpUrl) +
440
Util.
QuoteJScriptString
(resolvedHelpUrl) +
457
Util.
QuoteJScriptString
(resolvedHelpUrl) +
487
Util.
QuoteJScriptString
(exportUrl) +
493
Util.
QuoteJScriptString
(exportUrl) +
499
Util.
QuoteJScriptString
(exportUrl) +
UI\WebParts\WebPartManager.cs (3)
3726
"var __wpmExportWarning='" + Util.
QuoteJScriptString
(ExportSensitiveDataWarning) + "';",
3733
"var __wpmCloseProviderWarning='" + Util.
QuoteJScriptString
(CloseProviderWarning) + "';",
3740
"var __wpmDeleteWarning='" + Util.
QuoteJScriptString
(DeleteWarning) + "';",
UI\WebParts\WebPartMenu.cs (7)
72
menu" + clientID + ".itemStyle = '" + Util.
QuoteJScriptString
(menuItemStyleCss) + @"';
73
menu" + clientID + ".itemHoverStyle = '" + Util.
QuoteJScriptString
(menuItemHoverStyleCss) + @"';
250
Util.
QuoteJScriptString
(resolvedHelpUrl) +
264
Util.
QuoteJScriptString
(exportUrl) +
282
Util.
QuoteJScriptString
(target) +
284
Util.
QuoteJScriptString
(eventArgument) +
293
Util.
QuoteJScriptString
(Util.EnsureEndWithSemiColon(verb.ClientClickHandler)) +