5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
6999
EntryAt(i).
Index
= i;
7064
dn.
Index
= nAt;
7068
EntryAt(nAt).
Index
= nAt;
7117
dn1.
Index
= -1;
7140
EntryAt(nAt).
Index
= nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5448
int parentIndex =
Index
;
5449
int parentLastChild =
Index
+ ChildCount;
5451
return documentNode.
Index
> parentIndex && documentNode.
Index
<= parentLastChild;
5467
int nFirst = dnCell.
Index
+ 1;
5468
int nLast = dnCell.
Index
+ dnCell.ChildCount;
5494
int nStart = this.
Index
+ 1;
5495
int nLast = this.
Index
+ this.ChildCount;
5518
int nStart = this.
Index
+ 1;
5519
int nLast = this.
Index
+ this.ChildCount;
5546
int nStart = dnRow.
Index
+ 1;
5547
int nLast = dnRow.
Index
+ dnRow.ChildCount;
5733
return
Index
>= 0 && _bPending;
5776
if (
Index
< 0)
5938
return
Index
+ ChildCount;
6222
if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.
Index
))
6227
nUnfilledRowIndex = cs.Row.
Index
;
6615
Debug.Assert(dnPa.IsPending || (nAt > dnPa.
Index
&& nAt <= dnPa.
Index
+ dnPa.ChildCount));
6705
if (dnPa.IsPending && dnPa.
Index
< dn.
Index
)
6937
if (dn.
Index
> nStart)
6941
if (dn.
Index
<= nLow)
6950
return dn.
Index
;
6985
return dn.
Index
;
7030
if (dn.
Index
>= 0 && dn.IsTrackedAsOpen)
7049
if (dn.
Index
> EntryAt(i - 1).
Index
)
7191
int nAt = dn.
Index
;
7231
int nAt = dn.
Index
;
7278
int nAt = dn.
Index
;
7294
int nChildrenOldTable = nUnfilledRowIndex - dn.
Index
- 1;
8092
if (dnFieldInstEnd.
Index
> dnFieldInstBegin.
Index
+ 1)
8098
for (int fieldInstruction = dnFieldInstBegin.
Index
+ 1;
8099
fieldInstruction < dnFieldInstEnd.
Index
;
8133
int nInst = dnFieldInstEnd.
Index
- dnFieldInstBegin.
Index
+ 1;
8134
dna.Excise(dnFieldInstBegin.
Index
, nInst);
8137
dna.Excise(dnFieldResultBegin.
Index
, 1);
8139
dna.Excise(dnFieldResultEnd.
Index
, 1);
8142
int nInsertAt = dnFieldBegin.
Index
;
8143
int nChildCount = dnFieldEnd.
Index
- dnFieldBegin.
Index
- 1;
8147
dna.Excise(dnFieldBegin.
Index
, 1);
8148
dna.Excise(dnFieldEnd.
Index
, 1);
9880
&& dnChild.ClosedParent.
Index
< nInsertAt
9881
&& 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
;