11 references to EnsureEndWithSemiColon
System.Web (11)
UI\WebControls\Button.cs (2)
292onClick = Util.EnsureEndWithSemiColon(OnClientClick); 297onClick += Util.EnsureEndWithSemiColon(userOnClick);
UI\WebControls\CheckBox.cs (1)
452onClick = Util.EnsureEndWithSemiColon(onClick);
UI\WebControls\ImageButton.cs (3)
311onClick = Util.EnsureEndWithSemiColon(OnClientClick); 315onClick += Util.EnsureEndWithSemiColon(userOnClick); 341onClick = Util.EnsureEndWithSemiColon(onClick) + "return false;";
UI\WebControls\LinkButton.cs (2)
269string onClick = Util.EnsureEndWithSemiColon(OnClientClick); 277onClick += Util.EnsureEndWithSemiColon(userOnClick);
UI\WebControls\ListControl.cs (1)
510onChange = Util.EnsureEndWithSemiColon(onChange);
UI\WebControls\TextBox.cs (1)
490onChange = Util.EnsureEndWithSemiColon(onChange);
UI\WebParts\WebPartMenu.cs (1)
293Util.QuoteJScriptString(Util.EnsureEndWithSemiColon(verb.ClientClickHandler)) +