5 writes to _lastDecl
PresentationFramework (5)
System\Windows\Markup\XmlnsDictionary.cs (5)
102
_lastDecl
= xmlnsDictionary._lastDecl;
167
_lastDecl
= 0;
429
_lastDecl
= decl;
586
_lastDecl
= 0;
644
_lastDecl
++;
35 references to _lastDecl
PresentationFramework (35)
System\Windows\Markup\XmlnsDictionary.cs (35)
102
_lastDecl = xmlnsDictionary.
_lastDecl
;
105
_nsDeclarations = new NamespaceDeclaration[
_lastDecl
+1];
111
for (int i = 0; i <=
_lastDecl
; i++)
220
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
222
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
273
if (
_lastDecl
> 0)
275
for (int i =
_lastDecl
- 1; i >= 0; i--)
293
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
295
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
340
if (
_lastDecl
>0)
342
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
371
if (
_lastDecl
> 0)
373
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
400
_nsDeclarations[
_lastDecl
].ScopeCount++;
412
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
413
int decl =
_lastDecl
;
494
ArrayList prefixes = new ArrayList(
_lastDecl
+1);
495
for (int thisDecl =0; thisDecl <
_lastDecl
; thisDecl++)
516
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
+1);
517
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
614
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
616
if (
_lastDecl
> 0)
619
for (int thisDecl =
_lastDecl
-1;
632
if (
_lastDecl
== _nsDeclarations.Length - 1)
642
_nsDeclarations[
_lastDecl
].Prefix = prefix;
643
_nsDeclarations[
_lastDecl
].Uri = xmlNamespace;
645
_nsDeclarations[
_lastDecl
].ScopeCount = lastScopeCount;
655
if (
_lastDecl
> 0)
667
int lastScopeCount = _nsDeclarations[
_lastDecl
-1].ScopeCount;
668
for (int thisDecl =
_lastDecl
-1;
693
i =
_lastDecl
;
701
HybridDictionary dict = new HybridDictionary(
_lastDecl
-i + 1);
703
for (; i <
_lastDecl
; i++)
726
if (
_lastDecl
> 0)
728
for (int thisDecl =
_lastDecl
-1;