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