5 writes to _lastDecl
PresentationFramework (5)
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (5)
114
_lastDecl
= xmlnsDictionary._lastDecl;
179
_lastDecl
= 0;
443
_lastDecl
= decl;
600
_lastDecl
= 0;
658
_lastDecl
++;
35 references to _lastDecl
PresentationFramework (35)
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (35)
114
_lastDecl = xmlnsDictionary.
_lastDecl
;
117
_nsDeclarations = new NamespaceDeclaration[
_lastDecl
+1];
123
for (int i = 0; i <=
_lastDecl
; i++)
232
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
234
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
286
if (
_lastDecl
> 0)
288
for (int i =
_lastDecl
- 1; i >= 0; i--)
306
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
);
308
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
353
if (
_lastDecl
>0)
355
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
385
if (
_lastDecl
> 0)
387
for (int thisDecl =
_lastDecl
-1; thisDecl >= 0; thisDecl--)
414
_nsDeclarations[
_lastDecl
].ScopeCount++;
426
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
427
int decl =
_lastDecl
;
508
ArrayList prefixes = new ArrayList(
_lastDecl
+1);
509
for (int thisDecl =0; thisDecl <
_lastDecl
; thisDecl++)
530
HybridDictionary namespaceTable = new HybridDictionary(
_lastDecl
+1);
531
for (int thisDecl = 0; thisDecl <
_lastDecl
; thisDecl++)
628
int lastScopeCount = _nsDeclarations[
_lastDecl
].ScopeCount;
630
if (
_lastDecl
> 0)
633
for (int thisDecl =
_lastDecl
-1;
646
if (
_lastDecl
== _nsDeclarations.Length - 1)
656
_nsDeclarations[
_lastDecl
].Prefix = prefix;
657
_nsDeclarations[
_lastDecl
].Uri = xmlNamespace;
659
_nsDeclarations[
_lastDecl
].ScopeCount = lastScopeCount;
669
if (
_lastDecl
> 0)
681
int lastScopeCount = _nsDeclarations[
_lastDecl
-1].ScopeCount;
682
for (int thisDecl =
_lastDecl
-1;
707
i =
_lastDecl
;
715
HybridDictionary dict = new HybridDictionary(
_lastDecl
-i + 1);
717
for (; i <
_lastDecl
; i++)
740
if (
_lastDecl
> 0)
742
for (int thisDecl =
_lastDecl
-1;