2 writes to _templatePropertyEntries
System.Web (2)
UI\ControlBuilder.cs (2)
226_templatePropertyEntries = new ArrayList(); 2613_templatePropertyEntries = null;
11 references to _templatePropertyEntries
System.Web (11)
UI\ControlBuilder.cs (11)
215if (_templatePropertyEntries == null) 218return _templatePropertyEntries; 225if (_templatePropertyEntries == null) 228return _templatePropertyEntries; 2023if (_templatePropertyEntries != null) { 2024flags[hasFilteredTemplateProps] = HasFilteredEntries(_templatePropertyEntries); 2453if (_templatePropertyEntries == null) 2611if (_templatePropertyEntries != null) { 2612if (_templatePropertyEntries.Count == 0) { 2616foreach (BuilderPropertyEntry entry in _templatePropertyEntries) { 2977ProcessAndSortPropertyEntries(_templatePropertyEntries, ref comparer);