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)
215
if (
_templatePropertyEntries
== null)
218
return
_templatePropertyEntries
;
225
if (
_templatePropertyEntries
== null)
228
return
_templatePropertyEntries
;
2023
if (
_templatePropertyEntries
!= null) {
2024
flags[hasFilteredTemplateProps] = HasFilteredEntries(
_templatePropertyEntries
);
2453
if (
_templatePropertyEntries
== null)
2611
if (
_templatePropertyEntries
!= null) {
2612
if (
_templatePropertyEntries
.Count == 0) {
2616
foreach (BuilderPropertyEntry entry in
_templatePropertyEntries
) {
2977
ProcessAndSortPropertyEntries(
_templatePropertyEntries
, ref comparer);