5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7000
EntryAt(i).
Index
= i;
7065
dn.
Index
= nAt;
7069
EntryAt(nAt).
Index
= nAt;
7118
dn1.
Index
= -1;
7141
EntryAt(nAt).
Index
= nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5449
int parentIndex =
Index
;
5450
int parentLastChild =
Index
+ ChildCount;
5452
return documentNode.
Index
> parentIndex && documentNode.
Index
<= parentLastChild;
5468
int nFirst = dnCell.
Index
+ 1;
5469
int nLast = dnCell.
Index
+ dnCell.ChildCount;
5495
int nStart = this.
Index
+ 1;
5496
int nLast = this.
Index
+ this.ChildCount;
5519
int nStart = this.
Index
+ 1;
5520
int nLast = this.
Index
+ this.ChildCount;
5547
int nStart = dnRow.
Index
+ 1;
5548
int nLast = dnRow.
Index
+ dnRow.ChildCount;
5734
return
Index
>= 0 && _bPending;
5777
if (
Index
< 0)
5939
return
Index
+ ChildCount;
6223
if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.
Index
))
6228
nUnfilledRowIndex = cs.Row.
Index
;
6616
Debug.Assert(dnPa.IsPending || (nAt > dnPa.
Index
&& nAt <= dnPa.
Index
+ dnPa.ChildCount));
6706
if (dnPa.IsPending && dnPa.
Index
< dn.
Index
)
6938
if (dn.
Index
> nStart)
6942
if (dn.
Index
<= nLow)
6951
return dn.
Index
;
6986
return dn.
Index
;
7031
if (dn.
Index
>= 0 && dn.IsTrackedAsOpen)
7050
if (dn.
Index
> EntryAt(i - 1).
Index
)
7192
int nAt = dn.
Index
;
7232
int nAt = dn.
Index
;
7279
int nAt = dn.
Index
;
7295
int nChildrenOldTable = nUnfilledRowIndex - dn.
Index
- 1;
8093
if (dnFieldInstEnd.
Index
> dnFieldInstBegin.
Index
+ 1)
8099
for (int fieldInstruction = dnFieldInstBegin.
Index
+ 1;
8100
fieldInstruction < dnFieldInstEnd.
Index
;
8134
int nInst = dnFieldInstEnd.
Index
- dnFieldInstBegin.
Index
+ 1;
8135
dna.Excise(dnFieldInstBegin.
Index
, nInst);
8138
dna.Excise(dnFieldResultBegin.
Index
, 1);
8140
dna.Excise(dnFieldResultEnd.
Index
, 1);
8143
int nInsertAt = dnFieldBegin.
Index
;
8144
int nChildCount = dnFieldEnd.
Index
- dnFieldBegin.
Index
- 1;
8148
dna.Excise(dnFieldBegin.
Index
, 1);
8149
dna.Excise(dnFieldEnd.
Index
, 1);
9881
&& dnChild.ClosedParent.
Index
< nInsertAt
9882
&& dnChild.ClosedParent.
Index
> (nInsertAt + nChildren - 1))
System\Windows\Documents\XamlToRtfWriter.cs (16)
239
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
269
nEndList = dn.
Index
+ dn.ChildCount + 1;
413
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
434
nEndList = dn.
Index
+ dn.ChildCount + 1;
869
int nIndex = documentNode.
Index
;
903
int nIndex = documentNode.
Index
;
930
int nIndex = dnThis.
Index
;
1027
int nIndex = dnThis.
Index
;
1185
int nIndex = dnThis.
Index
;
1684
for (int childIndex = dnCell.
Index
+ 1; childIndex <= dnCell.
Index
+ dnCell.ChildCount; childIndex++)
1705
for (int tableChildIndex = dnTable.
Index
+1; tableChildIndex <= dnTable.
Index
+dnTable.ChildCount; tableChildIndex++)
1769
dna.InsertChildAt(dnRow, dnNew, dnCell.
Index
, 0);
1827
dna.InsertChildAt(dnRow, dnNew, dnRow.
Index
+ dnRow.ChildCount + 1, 0);
1933
int nIndex = dnThis.
Index
;