5 writes to _lastDecl
PresentationFramework (5)
System\Windows\Markup\XmlnsDictionary.cs (5)
103
_lastDecl
= xmlnsDictionary._lastDecl;
168
_lastDecl
= 0;
431
_lastDecl
= decl;
588
_lastDecl
= 0;
646
_lastDecl
++;
35 references to _lastDecl
PresentationFramework (35)
System\Windows\Markup\XmlnsDictionary.cs (35)
103
_lastDecl = xmlnsDictionary.
_lastDecl
;
106
_nsDeclarations = new NamespaceDeclaration[
_lastDecl
+1];
112
for (int i = 0; i <=
_lastDecl
; i++)
221
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
223
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
275
if (
_lastDecl
> 0)
277
for (int i =
_lastDecl
- 1; i >= 0; i--)
295
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
297
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
342
if (
_lastDecl
>0)
344
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
373
if (
_lastDecl
> 0)
375
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
402
_nsDeclarations[
_lastDecl
].ScopeCount++;
414
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
415
int decl =
_lastDecl
;
496
ArrayList prefixes = new ArrayList(
_lastDecl
+1);
497
for (int thisDecl =0; thisDecl <
_lastDecl
; thisDecl++)
518
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
+1);
519
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
616
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
618
if (
_lastDecl
> 0)
621
for (int thisDecl =
_lastDecl
-1;
634
if (
_lastDecl
== _nsDeclarations.Length - 1)
644
_nsDeclarations[
_lastDecl
].Prefix = prefix;
645
_nsDeclarations[
_lastDecl
].Uri = xmlNamespace;
647
_nsDeclarations[
_lastDecl
].ScopeCount = lastScopeCount;
657
if (
_lastDecl
> 0)
669
int lastScopeCount = _nsDeclarations[
_lastDecl
-1].ScopeCount;
670
for (int thisDecl =
_lastDecl
-1;
695
i =
_lastDecl
;
703
HybridDictionary dict = new HybridDictionary(
_lastDecl
-i + 1);
705
for (; i <
_lastDecl
; i++)
728
if (
_lastDecl
> 0)
730
for (int thisDecl =
_lastDecl
-1;