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