1 write to Depth
System.Web (1)
UI\WebControls\TreeNodeBinding.cs (1)
508
clone.
Depth
= Depth;
6 references to Depth
System.Web (6)
UI\WebControls\TreeNodeBinding.cs (1)
508
clone.Depth =
Depth
;
UI\WebControls\TreeNodeBindingCollection.cs (5)
60
if (binding.
Depth
== -1 && binding.DataMember.Length == 0) {
78
if ((binding.
Depth
== depth)) {
89
(binding.
Depth
== -1)) {
99
if (_defaultBinding.
Depth
!= -1 || _defaultBinding.DataMember.Length != 0) {
136
if ((binding != null) && (binding.DataMember.Length == 0) && (binding.
Depth
== -1)) {