2 writes to _boundPropertyEntries
System.Web (2)
UI\ControlBuilder.cs (2)
246_boundPropertyEntries = new ArrayList(); 2624_boundPropertyEntries = null;
10 references to _boundPropertyEntries
System.Web (10)
UI\ControlBuilder.cs (10)
235if (_boundPropertyEntries == null) 238return _boundPropertyEntries; 245if (_boundPropertyEntries == null) 248return _boundPropertyEntries; 2027if (_boundPropertyEntries != null) { 2028flags[hasFilteredBoundProps] = HasFilteredEntries(_boundPropertyEntries); 2264if (_boundPropertyEntries == null) 2623if ((_boundPropertyEntries != null) && (_boundPropertyEntries.Count == 0)) { 2974ProcessAndSortPropertyEntries(_boundPropertyEntries, ref comparer);