4 writes to _defaultBinding
System.Web (4)
UI\WebControls\TreeNodeBindingCollection.cs (4)
57
_defaultBinding
= null;
61
_defaultBinding
= binding;
124
_defaultBinding
= null;
137
_defaultBinding
= binding;
5 references to _defaultBinding
System.Web (5)
UI\WebControls\TreeNodeBindingCollection.cs (5)
98
if (
_defaultBinding
!= null) {
99
if (
_defaultBinding
.Depth != -1 ||
_defaultBinding
.DataMember.Length != 0) {
103
bestMatch =
_defaultBinding
;
128
if (value ==
_defaultBinding
) {