2 writes to ImageUrl
System.Web (2)
UI\WebControls\TreeNodeStyle.cs (2)
207
this.
ImageUrl
= tns.ImageUrl;
321
this.
ImageUrl
= tns.ImageUrl;
10 references to ImageUrl
System.Web (10)
UI\WebControls\TreeNode.cs (1)
1143
if ((depth < _owner.LevelStyles.Count) && (_owner.LevelStyles[depth] != null) && mergedStyle.
ImageUrl
.Length > 0) {
UI\WebControls\TreeNodeStyle.cs (2)
207
this.ImageUrl = tns.
ImageUrl
;
321
this.ImageUrl = tns.
ImageUrl
;
UI\WebControls\TreeView.cs (7)
1905
string rootNodeImageUrl = RootNodeStyle.
ImageUrl
;
1907
rootNodeImageUrl = NodeStyle.
ImageUrl
;
1956
string parentNodeImageUrl = ParentNodeStyle.
ImageUrl
;
1958
parentNodeImageUrl = NodeStyle.
ImageUrl
;
2008
string leafNodeImageUrl = LeafNodeStyle.
ImageUrl
;
2010
leafNodeImageUrl = NodeStyle.
ImageUrl
;
2234
string imageUrl = ((TreeNodeStyle)LevelStyles[index]).
ImageUrl
;