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