5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7014
EntryAt(i).
Index
= i;
7079
dn.
Index
= nAt;
7083
EntryAt(nAt).
Index
= nAt;
7132
dn1.
Index
= -1;
7155
EntryAt(nAt).
Index
= nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5456
int parentIndex =
Index
;
5457
int parentLastChild =
Index
+ ChildCount;
5459
return documentNode.
Index
> parentIndex && documentNode.
Index
<= parentLastChild;
5475
int nFirst = dnCell.
Index
+ 1;
5476
int nLast = dnCell.
Index
+ dnCell.ChildCount;
5502
int nStart = this.
Index
+ 1;
5503
int nLast = this.
Index
+ this.ChildCount;
5526
int nStart = this.
Index
+ 1;
5527
int nLast = this.
Index
+ this.ChildCount;
5554
int nStart = dnRow.
Index
+ 1;
5555
int nLast = dnRow.
Index
+ dnRow.ChildCount;
5745
return
Index
>= 0 && _bPending;
5788
if (
Index
< 0)
5950
return
Index
+ ChildCount;
6234
if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.
Index
))
6239
nUnfilledRowIndex = cs.Row.
Index
;
6629
Debug.Assert(dnPa.IsPending || (nAt > dnPa.
Index
&& nAt <= dnPa.
Index
+ dnPa.ChildCount));
6719
if (dnPa.IsPending && dnPa.
Index
< dn.
Index
)
6952
if (dn.
Index
> nStart)
6956
if (dn.
Index
<= nLow)
6965
return dn.
Index
;
7000
return dn.
Index
;
7045
if (dn.
Index
>= 0 && dn.IsTrackedAsOpen)
7064
if (dn.
Index
> EntryAt(i - 1).
Index
)
7206
int nAt = dn.
Index
;
7246
int nAt = dn.
Index
;
7293
int nAt = dn.
Index
;
7309
int nChildrenOldTable = nUnfilledRowIndex - dn.
Index
- 1;
8109
if (dnFieldInstEnd.
Index
> dnFieldInstBegin.
Index
+ 1)
8115
for (int fieldInstruction = dnFieldInstBegin.
Index
+ 1;
8116
fieldInstruction < dnFieldInstEnd.
Index
;
8150
int nInst = dnFieldInstEnd.
Index
- dnFieldInstBegin.
Index
+ 1;
8151
dna.Excise(dnFieldInstBegin.
Index
, nInst);
8154
dna.Excise(dnFieldResultBegin.
Index
, 1);
8156
dna.Excise(dnFieldResultEnd.
Index
, 1);
8159
int nInsertAt = dnFieldBegin.
Index
;
8160
int nChildCount = dnFieldEnd.
Index
- dnFieldBegin.
Index
- 1;
8164
dna.Excise(dnFieldBegin.
Index
, 1);
8165
dna.Excise(dnFieldEnd.
Index
, 1);
9910
&& dnChild.ClosedParent.
Index
< nInsertAt
9911
&& dnChild.ClosedParent.
Index
> (nInsertAt + nChildren - 1))
System\Windows\Documents\XamlToRtfWriter.cs (16)
237
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
267
nEndList = dn.
Index
+ dn.ChildCount + 1;
411
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
432
nEndList = dn.
Index
+ dn.ChildCount + 1;
867
int nIndex = documentNode.
Index
;
901
int nIndex = documentNode.
Index
;
928
int nIndex = dnThis.
Index
;
1025
int nIndex = dnThis.
Index
;
1183
int nIndex = dnThis.
Index
;
1682
for (int childIndex = dnCell.
Index
+ 1; childIndex <= dnCell.
Index
+ dnCell.ChildCount; childIndex++)
1703
for (int tableChildIndex = dnTable.
Index
+1; tableChildIndex <= dnTable.
Index
+dnTable.ChildCount; tableChildIndex++)
1767
dna.InsertChildAt(dnRow, dnNew, dnCell.
Index
, 0);
1825
dna.InsertChildAt(dnRow, dnNew, dnRow.
Index
+ dnRow.ChildCount + 1, 0);
1931
int nIndex = dnThis.
Index
;