5 writes to _lastDecl
PresentationFramework (5)
System\Windows\Markup\XmlnsDictionary.cs (5)
106
_lastDecl
= xmlnsDictionary._lastDecl;
171
_lastDecl
= 0;
434
_lastDecl
= decl;
591
_lastDecl
= 0;
649
_lastDecl
++;
35 references to _lastDecl
PresentationFramework (35)
System\Windows\Markup\XmlnsDictionary.cs (35)
106
_lastDecl = xmlnsDictionary.
_lastDecl
;
109
_nsDeclarations = new NamespaceDeclaration[
_lastDecl
+1];
115
for (int i = 0; i <=
_lastDecl
; i++)
224
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
226
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
278
if (
_lastDecl
> 0)
280
for (int i =
_lastDecl
- 1; i >= 0; i--)
298
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
300
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
345
if (
_lastDecl
>0)
347
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
376
if (
_lastDecl
> 0)
378
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
405
_nsDeclarations[
_lastDecl
].ScopeCount++;
417
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
418
int decl =
_lastDecl
;
499
ArrayList prefixes = new ArrayList(
_lastDecl
+1);
500
for (int thisDecl =0; thisDecl <
_lastDecl
; thisDecl++)
521
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
+1);
522
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
619
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
621
if (
_lastDecl
> 0)
624
for (int thisDecl =
_lastDecl
-1;
637
if (
_lastDecl
== _nsDeclarations.Length - 1)
647
_nsDeclarations[
_lastDecl
].Prefix = prefix;
648
_nsDeclarations[
_lastDecl
].Uri = xmlNamespace;
650
_nsDeclarations[
_lastDecl
].ScopeCount = lastScopeCount;
660
if (
_lastDecl
> 0)
672
int lastScopeCount = _nsDeclarations[
_lastDecl
-1].ScopeCount;
673
for (int thisDecl =
_lastDecl
-1;
698
i =
_lastDecl
;
706
HybridDictionary dict = new HybridDictionary(
_lastDecl
-i + 1);
708
for (; i <
_lastDecl
; i++)
731
if (
_lastDecl
> 0)
733
for (int thisDecl =
_lastDecl
-1;