5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7014EntryAt(i).Index = i; 7079dn.Index = nAt; 7083EntryAt(nAt).Index = nAt; 7132dn1.Index = -1; 7155EntryAt(nAt).Index = nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5456int parentIndex = Index; 5457int parentLastChild = Index + ChildCount; 5459return documentNode.Index > parentIndex && documentNode.Index <= parentLastChild; 5475int nFirst = dnCell.Index + 1; 5476int nLast = dnCell.Index + dnCell.ChildCount; 5502int nStart = this.Index + 1; 5503int nLast = this.Index + this.ChildCount; 5526int nStart = this.Index + 1; 5527int nLast = this.Index + this.ChildCount; 5554int nStart = dnRow.Index + 1; 5555int nLast = dnRow.Index + dnRow.ChildCount; 5745return Index >= 0 && _bPending; 5788if (Index < 0) 5950return Index + ChildCount; 6234if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.Index)) 6239nUnfilledRowIndex = cs.Row.Index; 6629Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount)); 6719if (dnPa.IsPending && dnPa.Index < dn.Index) 6952if (dn.Index > nStart) 6956if (dn.Index <= nLow) 6965return dn.Index; 7000return dn.Index; 7045if (dn.Index >= 0 && dn.IsTrackedAsOpen) 7064if (dn.Index > EntryAt(i - 1).Index) 7206int nAt = dn.Index; 7246int nAt = dn.Index; 7293int nAt = dn.Index; 7309int nChildrenOldTable = nUnfilledRowIndex - dn.Index - 1; 8109if (dnFieldInstEnd.Index > dnFieldInstBegin.Index + 1) 8115for (int fieldInstruction = dnFieldInstBegin.Index + 1; 8116fieldInstruction < dnFieldInstEnd.Index; 8150int nInst = dnFieldInstEnd.Index - dnFieldInstBegin.Index + 1; 8151dna.Excise(dnFieldInstBegin.Index, nInst); 8154dna.Excise(dnFieldResultBegin.Index, 1); 8156dna.Excise(dnFieldResultEnd.Index, 1); 8159int nInsertAt = dnFieldBegin.Index; 8160int nChildCount = dnFieldEnd.Index - dnFieldBegin.Index - 1; 8164dna.Excise(dnFieldBegin.Index, 1); 8165dna.Excise(dnFieldEnd.Index, 1); 9910&& dnChild.ClosedParent.Index < nInsertAt 9911&& 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;