5 references to ImageArrayID
System.Web (5)
UI\WebControls\TreeView.cs (5)
2598
scriptOM.RegisterArrayDeclaration(this,
ImageArrayID
, "'" + imageUrl + "'");
2694
clientDataObjectID + ".images = " +
ImageArrayID
+ ";\r\n" +
2705
" if (" +
ImageArrayID
+ "[i].length > 0)\r\n" +
2706
" preLoad.src = " +
ImageArrayID
+ "[i];\r\n" +
2718
scriptManager.RegisterDispose(this,
ImageArrayID
+ ".length = 0;\r\n" + clientDataObjectID + " = null;");