5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7001EntryAt(i).Index = i; 7066dn.Index = nAt; 7070EntryAt(nAt).Index = nAt; 7119dn1.Index = -1; 7142EntryAt(nAt).Index = nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5450int parentIndex = Index; 5451int parentLastChild = Index + ChildCount; 5453return documentNode.Index > parentIndex && documentNode.Index <= parentLastChild; 5469int nFirst = dnCell.Index + 1; 5470int nLast = dnCell.Index + dnCell.ChildCount; 5496int nStart = this.Index + 1; 5497int nLast = this.Index + this.ChildCount; 5520int nStart = this.Index + 1; 5521int nLast = this.Index + this.ChildCount; 5548int nStart = dnRow.Index + 1; 5549int nLast = dnRow.Index + dnRow.ChildCount; 5735return Index >= 0 && _bPending; 5778if (Index < 0) 5940return Index + ChildCount; 6224if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.Index)) 6229nUnfilledRowIndex = cs.Row.Index; 6617Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount)); 6707if (dnPa.IsPending && dnPa.Index < dn.Index) 6939if (dn.Index > nStart) 6943if (dn.Index <= nLow) 6952return dn.Index; 6987return dn.Index; 7032if (dn.Index >= 0 && dn.IsTrackedAsOpen) 7051if (dn.Index > EntryAt(i - 1).Index) 7193int nAt = dn.Index; 7233int nAt = dn.Index; 7280int nAt = dn.Index; 7296int nChildrenOldTable = nUnfilledRowIndex - dn.Index - 1; 8094if (dnFieldInstEnd.Index > dnFieldInstBegin.Index + 1) 8100for (int fieldInstruction = dnFieldInstBegin.Index + 1; 8101fieldInstruction < dnFieldInstEnd.Index; 8135int nInst = dnFieldInstEnd.Index - dnFieldInstBegin.Index + 1; 8136dna.Excise(dnFieldInstBegin.Index, nInst); 8139dna.Excise(dnFieldResultBegin.Index, 1); 8141dna.Excise(dnFieldResultEnd.Index, 1); 8144int nInsertAt = dnFieldBegin.Index; 8145int nChildCount = dnFieldEnd.Index - dnFieldBegin.Index - 1; 8149dna.Excise(dnFieldBegin.Index, 1); 8150dna.Excise(dnFieldEnd.Index, 1); 9882&& dnChild.ClosedParent.Index < nInsertAt 9883&& dnChild.ClosedParent.Index > (nInsertAt + nChildren - 1))
System\Windows\Documents\XamlToRtfWriter.cs (16)
239nEndList = dn1.Index + dn1.ChildCount + 1; 269nEndList = dn.Index + dn.ChildCount + 1; 413nEndList = dn1.Index + dn1.ChildCount + 1; 434nEndList = dn.Index + dn.ChildCount + 1; 869int nIndex = documentNode.Index; 903int nIndex = documentNode.Index; 930int nIndex = dnThis.Index; 1027int nIndex = dnThis.Index; 1185int nIndex = dnThis.Index; 1684for (int childIndex = dnCell.Index + 1; childIndex <= dnCell.Index + dnCell.ChildCount; childIndex++) 1705for (int tableChildIndex = dnTable.Index+1; tableChildIndex <= dnTable.Index+dnTable.ChildCount; tableChildIndex++) 1769dna.InsertChildAt(dnRow, dnNew, dnCell.Index, 0); 1827dna.InsertChildAt(dnRow, dnNew, dnRow.Index + dnRow.ChildCount + 1, 0); 1933int nIndex = dnThis.Index;