1 write to _properties
System.Web.Extensions (1)
UI\ScriptComponentDescriptor.cs (1)
82
_properties
= new SortedList<string, Expression>(StringComparer.Ordinal);
8 references to _properties
System.Web.Extensions (8)
UI\ScriptComponentDescriptor.cs (8)
81
if (
_properties
== null) {
84
return
_properties
;
198
if (
_properties
!= null &&
_properties
.Count > 0) {
199
foreach (KeyValuePair<string, Expression> p in
_properties
) {
231
if (
_properties
!= null &&
_properties
.Count > 0) {
232
foreach (KeyValuePair<string, Expression> p in
_properties
) {