5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7005
EntryAt(i).
Index
= i;
7070
dn.
Index
= nAt;
7074
EntryAt(nAt).
Index
= nAt;
7123
dn1.
Index
= -1;
7146
EntryAt(nAt).
Index
= nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5447
int parentIndex =
Index
;
5448
int parentLastChild =
Index
+ ChildCount;
5450
return documentNode.
Index
> parentIndex && documentNode.
Index
<= parentLastChild;
5466
int nFirst = dnCell.
Index
+ 1;
5467
int nLast = dnCell.
Index
+ dnCell.ChildCount;
5493
int nStart = this.
Index
+ 1;
5494
int nLast = this.
Index
+ this.ChildCount;
5517
int nStart = this.
Index
+ 1;
5518
int nLast = this.
Index
+ this.ChildCount;
5545
int nStart = dnRow.
Index
+ 1;
5546
int nLast = dnRow.
Index
+ dnRow.ChildCount;
5736
return
Index
>= 0 && _bPending;
5779
if (
Index
< 0)
5941
return
Index
+ ChildCount;
6225
if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.
Index
))
6230
nUnfilledRowIndex = cs.Row.
Index
;
6620
Debug.Assert(dnPa.IsPending || (nAt > dnPa.
Index
&& nAt <= dnPa.
Index
+ dnPa.ChildCount));
6710
if (dnPa.IsPending && dnPa.
Index
< dn.
Index
)
6943
if (dn.
Index
> nStart)
6947
if (dn.
Index
<= nLow)
6956
return dn.
Index
;
6991
return dn.
Index
;
7036
if (dn.
Index
>= 0 && dn.IsTrackedAsOpen)
7055
if (dn.
Index
> EntryAt(i - 1).
Index
)
7197
int nAt = dn.
Index
;
7237
int nAt = dn.
Index
;
7284
int nAt = dn.
Index
;
7300
int nChildrenOldTable = nUnfilledRowIndex - dn.
Index
- 1;
8100
if (dnFieldInstEnd.
Index
> dnFieldInstBegin.
Index
+ 1)
8106
for (int fieldInstruction = dnFieldInstBegin.
Index
+ 1;
8107
fieldInstruction < dnFieldInstEnd.
Index
;
8141
int nInst = dnFieldInstEnd.
Index
- dnFieldInstBegin.
Index
+ 1;
8142
dna.Excise(dnFieldInstBegin.
Index
, nInst);
8145
dna.Excise(dnFieldResultBegin.
Index
, 1);
8147
dna.Excise(dnFieldResultEnd.
Index
, 1);
8150
int nInsertAt = dnFieldBegin.
Index
;
8151
int nChildCount = dnFieldEnd.
Index
- dnFieldBegin.
Index
- 1;
8155
dna.Excise(dnFieldBegin.
Index
, 1);
8156
dna.Excise(dnFieldEnd.
Index
, 1);
9895
&& dnChild.ClosedParent.
Index
< nInsertAt
9896
&& 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
;