5 writes to _lastDecl
PresentationFramework (5)
System\Windows\Markup\XmlnsDictionary.cs (5)
103
_lastDecl
= xmlnsDictionary._lastDecl;
168
_lastDecl
= 0;
430
_lastDecl
= decl;
587
_lastDecl
= 0;
645
_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++)
274
if (
_lastDecl
> 0)
276
for (int i =
_lastDecl
- 1; i >= 0; i--)
294
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
296
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
341
if (
_lastDecl
>0)
343
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
372
if (
_lastDecl
> 0)
374
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
401
_nsDeclarations[
_lastDecl
].ScopeCount++;
413
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
414
int decl =
_lastDecl
;
495
ArrayList prefixes = new ArrayList(
_lastDecl
+1);
496
for (int thisDecl =0; thisDecl <
_lastDecl
; thisDecl++)
517
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
+1);
518
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
615
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
617
if (
_lastDecl
> 0)
620
for (int thisDecl =
_lastDecl
-1;
633
if (
_lastDecl
== _nsDeclarations.Length - 1)
643
_nsDeclarations[
_lastDecl
].Prefix = prefix;
644
_nsDeclarations[
_lastDecl
].Uri = xmlNamespace;
646
_nsDeclarations[
_lastDecl
].ScopeCount = lastScopeCount;
656
if (
_lastDecl
> 0)
668
int lastScopeCount = _nsDeclarations[
_lastDecl
-1].ScopeCount;
669
for (int thisDecl =
_lastDecl
-1;
694
i =
_lastDecl
;
702
HybridDictionary dict = new HybridDictionary(
_lastDecl
-i + 1);
704
for (; i <
_lastDecl
; i++)
727
if (
_lastDecl
> 0)
729
for (int thisDecl =
_lastDecl
-1;