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)
235
if (
_boundPropertyEntries
== null)
238
return
_boundPropertyEntries
;
245
if (
_boundPropertyEntries
== null)
248
return
_boundPropertyEntries
;
2027
if (
_boundPropertyEntries
!= null) {
2028
flags[hasFilteredBoundProps] = HasFilteredEntries(
_boundPropertyEntries
);
2264
if (
_boundPropertyEntries
== null)
2623
if ((
_boundPropertyEntries
!= null) && (
_boundPropertyEntries
.Count == 0)) {
2974
ProcessAndSortPropertyEntries(
_boundPropertyEntries
, ref comparer);