2 writes to _intTable
System.Web (2)
UI\CssStyleCollection.cs (2)
207
_intTable
= new HybridDictionary();
269
_intTable
= null;
21 references to _intTable
System.Web (21)
UI\CssStyleCollection.cs (21)
90
if (
_intTable
== null) {
93
return (string)
_intTable
[(int)key];
115
if (
_intTable
!= null) {
119
string[] keys = new string[_table.Count +
_intTable
.Count];
126
foreach (HtmlTextWriterStyle style in
_intTable
.Keys) {
148
return _table.Count + ((
_intTable
!= null) ?
_intTable
.Count : 0);
189
if (
_intTable
!= null) {
193
_intTable
.Remove(style);
206
if (
_intTable
== null) {
209
_intTable
[(int)key] = value;
249
if (
_intTable
== null) {
252
_intTable
.Remove((int)key);
284
((
_intTable
== null) || (
_intTable
.Count == 0))) {
332
if (
_intTable
!= null &&
_intTable
.Count > 0) {
333
foreach (DictionaryEntry entry in
_intTable
) {
350
if (
_intTable
!= null &&
_intTable
.Count > 0) {
351
foreach (DictionaryEntry entry in
_intTable
) {