5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7015
EntryAt(i).
Index
= i;
7080
dn.
Index
= nAt;
7084
EntryAt(nAt).
Index
= nAt;
7133
dn1.
Index
= -1;
7156
EntryAt(nAt).
Index
= nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5457
int parentIndex =
Index
;
5458
int parentLastChild =
Index
+ ChildCount;
5460
return documentNode.
Index
> parentIndex && documentNode.
Index
<= parentLastChild;
5476
int nFirst = dnCell.
Index
+ 1;
5477
int nLast = dnCell.
Index
+ dnCell.ChildCount;
5503
int nStart = this.
Index
+ 1;
5504
int nLast = this.
Index
+ this.ChildCount;
5527
int nStart = this.
Index
+ 1;
5528
int nLast = this.
Index
+ this.ChildCount;
5555
int nStart = dnRow.
Index
+ 1;
5556
int nLast = dnRow.
Index
+ dnRow.ChildCount;
5746
return
Index
>= 0 && _bPending;
5789
if (
Index
< 0)
5951
return
Index
+ ChildCount;
6235
if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.
Index
))
6240
nUnfilledRowIndex = cs.Row.
Index
;
6630
Debug.Assert(dnPa.IsPending || (nAt > dnPa.
Index
&& nAt <= dnPa.
Index
+ dnPa.ChildCount));
6720
if (dnPa.IsPending && dnPa.
Index
< dn.
Index
)
6953
if (dn.
Index
> nStart)
6957
if (dn.
Index
<= nLow)
6966
return dn.
Index
;
7001
return dn.
Index
;
7046
if (dn.
Index
>= 0 && dn.IsTrackedAsOpen)
7065
if (dn.
Index
> EntryAt(i - 1).
Index
)
7207
int nAt = dn.
Index
;
7247
int nAt = dn.
Index
;
7294
int nAt = dn.
Index
;
7310
int nChildrenOldTable = nUnfilledRowIndex - dn.
Index
- 1;
8110
if (dnFieldInstEnd.
Index
> dnFieldInstBegin.
Index
+ 1)
8116
for (int fieldInstruction = dnFieldInstBegin.
Index
+ 1;
8117
fieldInstruction < dnFieldInstEnd.
Index
;
8151
int nInst = dnFieldInstEnd.
Index
- dnFieldInstBegin.
Index
+ 1;
8152
dna.Excise(dnFieldInstBegin.
Index
, nInst);
8155
dna.Excise(dnFieldResultBegin.
Index
, 1);
8157
dna.Excise(dnFieldResultEnd.
Index
, 1);
8160
int nInsertAt = dnFieldBegin.
Index
;
8161
int nChildCount = dnFieldEnd.
Index
- dnFieldBegin.
Index
- 1;
8165
dna.Excise(dnFieldBegin.
Index
, 1);
8166
dna.Excise(dnFieldEnd.
Index
, 1);
9911
&& dnChild.ClosedParent.
Index
< nInsertAt
9912
&& dnChild.ClosedParent.
Index
> (nInsertAt + nChildren - 1))
System\Windows\Documents\XamlToRtfWriter.cs (16)
238
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
268
nEndList = dn.
Index
+ dn.ChildCount + 1;
412
nEndList = dn1.
Index
+ dn1.ChildCount + 1;
433
nEndList = dn.
Index
+ dn.ChildCount + 1;
868
int nIndex = documentNode.
Index
;
902
int nIndex = documentNode.
Index
;
929
int nIndex = dnThis.
Index
;
1026
int nIndex = dnThis.
Index
;
1184
int nIndex = dnThis.
Index
;
1683
for (int childIndex = dnCell.
Index
+ 1; childIndex <= dnCell.
Index
+ dnCell.ChildCount; childIndex++)
1704
for (int tableChildIndex = dnTable.
Index
+1; tableChildIndex <= dnTable.
Index
+dnTable.ChildCount; tableChildIndex++)
1768
dna.InsertChildAt(dnRow, dnNew, dnCell.
Index
, 0);
1826
dna.InsertChildAt(dnRow, dnNew, dnRow.
Index
+ dnRow.ChildCount + 1, 0);
1932
int nIndex = dnThis.
Index
;