5 writes to Index
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
7000EntryAt(i).Index = i; 7065dn.Index = nAt; 7069EntryAt(nAt).Index = nAt; 7118dn1.Index = -1; 7141EntryAt(nAt).Index = nAt;
64 references to Index
PresentationFramework (64)
System\Windows\Documents\RtfToXamlReader.cs (48)
5449int parentIndex = Index; 5450int parentLastChild = Index + ChildCount; 5452return documentNode.Index > parentIndex && documentNode.Index <= parentLastChild; 5468int nFirst = dnCell.Index + 1; 5469int nLast = dnCell.Index + dnCell.ChildCount; 5495int nStart = this.Index + 1; 5496int nLast = this.Index + this.ChildCount; 5519int nStart = this.Index + 1; 5520int nLast = this.Index + this.ChildCount; 5547int nStart = dnRow.Index + 1; 5548int nLast = dnRow.Index + dnRow.ChildCount; 5734return Index >= 0 && _bPending; 5777if (Index < 0) 5939return Index + ChildCount; 6223if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.Index)) 6228nUnfilledRowIndex = cs.Row.Index; 6616Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount)); 6706if (dnPa.IsPending && dnPa.Index < dn.Index) 6938if (dn.Index > nStart) 6942if (dn.Index <= nLow) 6951return dn.Index; 6986return dn.Index; 7031if (dn.Index >= 0 && dn.IsTrackedAsOpen) 7050if (dn.Index > EntryAt(i - 1).Index) 7192int nAt = dn.Index; 7232int nAt = dn.Index; 7279int nAt = dn.Index; 7295int nChildrenOldTable = nUnfilledRowIndex - dn.Index - 1; 8093if (dnFieldInstEnd.Index > dnFieldInstBegin.Index + 1) 8099for (int fieldInstruction = dnFieldInstBegin.Index + 1; 8100fieldInstruction < dnFieldInstEnd.Index; 8134int nInst = dnFieldInstEnd.Index - dnFieldInstBegin.Index + 1; 8135dna.Excise(dnFieldInstBegin.Index, nInst); 8138dna.Excise(dnFieldResultBegin.Index, 1); 8140dna.Excise(dnFieldResultEnd.Index, 1); 8143int nInsertAt = dnFieldBegin.Index; 8144int nChildCount = dnFieldEnd.Index - dnFieldBegin.Index - 1; 8148dna.Excise(dnFieldBegin.Index, 1); 8149dna.Excise(dnFieldEnd.Index, 1); 9881&& dnChild.ClosedParent.Index < nInsertAt 9882&& 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;