5 writes to Index
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
7082
EntryAt(i).
Index
= i;
7147
dn.
Index
= nAt;
7151
EntryAt(nAt).
Index
= nAt;
7200
dn1.
Index
= -1;
7223
EntryAt(nAt).
Index
= nAt;
64 references to Index
PresentationFramework (64)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (48)
5530
int parentIndex =
Index
;
5531
int parentLastChild =
Index
+ ChildCount;
5533
return documentNode.
Index
> parentIndex && documentNode.
Index
<= parentLastChild;
5549
int nFirst = dnCell.
Index
+ 1;
5550
int nLast = dnCell.
Index
+ dnCell.ChildCount;
5576
int nStart = this.
Index
+ 1;
5577
int nLast = this.
Index
+ this.ChildCount;
5600
int nStart = this.
Index
+ 1;
5601
int nLast = this.
Index
+ this.ChildCount;
5628
int nStart = dnRow.
Index
+ 1;
5629
int nLast = dnRow.
Index
+ dnRow.ChildCount;
5815
return
Index
>= 0 && _bPending;
5858
if (
Index
< 0)
6020
return
Index
+ ChildCount;
6304
if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.
Index
))
6309
nUnfilledRowIndex = cs.Row.
Index
;
6698
Debug.Assert(dnPa.IsPending || (nAt > dnPa.
Index
&& nAt <= dnPa.
Index
+ dnPa.ChildCount));
6788
if (dnPa.IsPending && dnPa.
Index
< dn.
Index
)
7020
if (dn.
Index
> nStart)
7024
if (dn.
Index
<= nLow)
7033
return dn.
Index
;
7068
return dn.
Index
;
7113
if (dn.
Index
>= 0 && dn.IsTrackedAsOpen)
7132
if (dn.
Index
> EntryAt(i - 1).
Index
)
7274
int nAt = dn.
Index
;
7314
int nAt = dn.
Index
;
7361
int nAt = dn.
Index
;
7377
int nChildrenOldTable = nUnfilledRowIndex - dn.
Index
- 1;
8175
if (dnFieldInstEnd.
Index
> dnFieldInstBegin.
Index
+ 1)
8181
for (int fieldInstruction = dnFieldInstBegin.
Index
+ 1;
8182
fieldInstruction < dnFieldInstEnd.
Index
;
8216
int nInst = dnFieldInstEnd.
Index
- dnFieldInstBegin.
Index
+ 1;
8217
dna.Excise(dnFieldInstBegin.
Index
, nInst);
8220
dna.Excise(dnFieldResultBegin.
Index
, 1);
8222
dna.Excise(dnFieldResultEnd.
Index
, 1);
8225
int nInsertAt = dnFieldBegin.
Index
;
8226
int nChildCount = dnFieldEnd.
Index
- dnFieldBegin.
Index
- 1;
8230
dna.Excise(dnFieldBegin.
Index
, 1);
8231
dna.Excise(dnFieldEnd.
Index
, 1);
9973
&& dnChild.ClosedParent.
Index
< nInsertAt
9974
&& dnChild.ClosedParent.
Index
> (nInsertAt + nChildren - 1))
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (16)
240
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
270
nEndList = dn.
Index
+ dn.ChildCount + 1;
414
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
435
nEndList = dn.
Index
+ dn.ChildCount + 1;
870
int nIndex = documentNode.
Index
;
904
int nIndex = documentNode.
Index
;
931
int nIndex = dnThis.
Index
;
1028
int nIndex = dnThis.
Index
;
1187
int nIndex = dnThis.
Index
;
1686
for (int childIndex = dnCell.
Index
+ 1; childIndex <= dnCell.
Index
+ dnCell.ChildCount; childIndex++)
1707
for (int tableChildIndex = dnTable.
Index
+1; tableChildIndex <= dnTable.
Index
+dnTable.ChildCount; tableChildIndex++)
1771
dna.InsertChildAt(dnRow, dnNew, dnCell.
Index
, 0);
1829
dna.InsertChildAt(dnRow, dnNew, dnRow.
Index
+ dnRow.ChildCount + 1, 0);
1935
int nIndex = dnThis.
Index
;