6 writes to ChildCount
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
6553
dnClose.
ChildCount
= nChildCount;
7101
dnParent.
ChildCount
+= 1;
7134
dnPa.
ChildCount
= dnPa.ChildCount - nExcise;
7297
dn.
ChildCount
= nChildrenOldTable; // Update old table child count
7298
EntryAt(nAt + 1).
ChildCount
= nChildrenOldTable - 1; // Update old TableBody child count
7309
dnPa.
ChildCount
= dnPa.ChildCount + 2;
49 references to ChildCount
PresentationFramework (49)
System\Windows\Documents\RtfToXamlReader.cs (34)
5450
int parentLastChild = Index +
ChildCount
;
5469
int nLast = dnCell.Index + dnCell.
ChildCount
;
5496
int nLast = this.Index + this.
ChildCount
;
5520
int nLast = this.Index + this.
ChildCount
;
5548
int nLast = dnRow.Index + dnRow.
ChildCount
;
5813
return
ChildCount
> 0 || Xaml != null;
5939
return Index +
ChildCount
;
6324
int nChild = dnCoalesce.
ChildCount
;
6419
int nChild = dnCoalesce.
ChildCount
;
6432
if (dn.
ChildCount
== 0)
6438
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6443
int nChildrenHere = dn.
ChildCount
;
6448
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6480
int nChild = dnCoalesce.
ChildCount
;
6493
if (dn.
ChildCount
== 0 && nAt != nStart)
6497
else if (dn.
ChildCount
> 0)
6499
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6507
int nChildrenHere = dn.
ChildCount
;
6512
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6556
int nEnd = index + dnClose.
ChildCount
;
6561
nAt += dn.
ChildCount
+ 1;
6612
Debug.Assert(nAt + dn.
ChildCount
< Count);
6616
Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.
ChildCount
));
7009
if (dnPrev.
ChildCount
== 0)
7134
dnPa.ChildCount = dnPa.
ChildCount
- nExcise;
7194
int nEndItem = nAt + dn.
ChildCount
;
7235
int nEndItem = nAt + dn.
ChildCount
;
7296
int nChildrenNewTable = dn.
ChildCount
- nChildrenOldTable;
7309
dnPa.ChildCount = dnPa.
ChildCount
+ 2;
8211
Debug.Assert(dn.
ChildCount
== 0);
8239
Debug.Assert(dn.
ChildCount
== 0);
8274
nChildCount -= dn.
ChildCount
;
8805
int nEnd = ndnListText + dnListText.
ChildCount
;
9816
&& nInsertAt + dn.
ChildCount
== dna.Count)
System\Windows\Documents\XamlToRtfWriter.cs (15)
239
nEndList = dn1.Index + dn1.
ChildCount
+ 1;
269
nEndList = dn.Index + dn.
ChildCount
+ 1;
413
nEndList = dn1.Index + dn1.
ChildCount
+ 1;
434
nEndList = dn.Index + dn.
ChildCount
+ 1;
872
for (; nStart <= nIndex + documentNode.
ChildCount
; nStart++)
906
for (; nStart <= nIndex + documentNode.
ChildCount
; nStart++)
1009
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1066
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1195
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1684
for (int childIndex = dnCell.Index + 1; childIndex <= dnCell.Index + dnCell.
ChildCount
; childIndex++)
1705
for (int tableChildIndex = dnTable.Index+1; tableChildIndex <= dnTable.Index+dnTable.
ChildCount
; tableChildIndex++)
1729
tableChildIndex += dnChild.
ChildCount
;
1827
dna.InsertChildAt(dnRow, dnNew, dnRow.Index + dnRow.
ChildCount
+ 1, 0);
1936
for (; nStart <= nIndex + dnThis.
ChildCount
; nStart++)
1988
i += dn.
ChildCount
+ 1;