3 writes to _table
System.Web (3)
UI\CssStyleCollection.cs (3)
170
_table
= null;
268
_table
= null;
301
_table
= new HybridDictionary(true);
24 references to _table
System.Web (24)
UI\CssStyleCollection.cs (24)
66
if (
_table
== null)
68
string value = (string)
_table
[key];
112
if (
_table
== null)
119
string[] keys = new string[
_table
.Count + _intTable.Count];
122
foreach (string s in
_table
.Keys) {
134
return
_table
.Keys;
146
if (
_table
== null)
148
return
_table
.Count + ((_intTable != null) ? _intTable.Count : 0);
185
if (
_table
== null)
187
_table
[key] = value;
214
if (
_table
== null)
217
_table
.Remove(name);
234
if (
_table
== null)
236
if (
_table
[key] != null) {
237
_table
.Remove(key);
283
if (((
_table
== null) || (
_table
.Count == 0)) &&
315
_table
[styleName] = styleValue;
327
if (
_table
!= null &&
_table
.Count > 0) {
328
foreach (DictionaryEntry entry in
_table
) {
345
if (
_table
!= null &&
_table
.Count > 0) {
346
foreach (DictionaryEntry entry in
_table
) {