6 writes to ChildCount
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
6567
dnClose.
ChildCount
= nChildCount;
7116
dnParent.
ChildCount
+= 1;
7149
dnPa.
ChildCount
= dnPa.ChildCount - nExcise;
7312
dn.
ChildCount
= nChildrenOldTable; // Update old table child count
7313
EntryAt(nAt + 1).
ChildCount
= nChildrenOldTable - 1; // Update old TableBody child count
7324
dnPa.
ChildCount
= dnPa.ChildCount + 2;
49 references to ChildCount
PresentationFramework (49)
System\Windows\Documents\RtfToXamlReader.cs (34)
5458
int parentLastChild = Index +
ChildCount
;
5477
int nLast = dnCell.Index + dnCell.
ChildCount
;
5504
int nLast = this.Index + this.
ChildCount
;
5528
int nLast = this.Index + this.
ChildCount
;
5556
int nLast = dnRow.Index + dnRow.
ChildCount
;
5825
return
ChildCount
> 0 || Xaml != null;
5951
return Index +
ChildCount
;
6336
int nChild = dnCoalesce.
ChildCount
;
6433
int nChild = dnCoalesce.
ChildCount
;
6446
if (dn.
ChildCount
== 0)
6452
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6457
int nChildrenHere = dn.
ChildCount
;
6462
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6494
int nChild = dnCoalesce.
ChildCount
;
6507
if (dn.
ChildCount
== 0 && nAt != nStart)
6511
else if (dn.
ChildCount
> 0)
6513
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6521
int nChildrenHere = dn.
ChildCount
;
6526
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6570
int nEnd = index + dnClose.
ChildCount
;
6575
nAt += dn.
ChildCount
+ 1;
6626
Debug.Assert(nAt + dn.
ChildCount
< Count);
6630
Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.
ChildCount
));
7024
if (dnPrev.
ChildCount
== 0)
7149
dnPa.ChildCount = dnPa.
ChildCount
- nExcise;
7209
int nEndItem = nAt + dn.
ChildCount
;
7250
int nEndItem = nAt + dn.
ChildCount
;
7311
int nChildrenNewTable = dn.
ChildCount
- nChildrenOldTable;
7324
dnPa.ChildCount = dnPa.
ChildCount
+ 2;
8228
Debug.Assert(dn.
ChildCount
== 0);
8256
Debug.Assert(dn.
ChildCount
== 0);
8291
nChildCount -= dn.
ChildCount
;
8827
int nEnd = ndnListText + dnListText.
ChildCount
;
9842
&& nInsertAt + dn.
ChildCount
== dna.Count)
System\Windows\Documents\XamlToRtfWriter.cs (15)
238
nEndList = dn1.Index + dn1.
ChildCount
+ 1;
268
nEndList = dn.Index + dn.
ChildCount
+ 1;
412
nEndList = dn1.Index + dn1.
ChildCount
+ 1;
433
nEndList = dn.Index + dn.
ChildCount
+ 1;
871
for (; nStart <= nIndex + documentNode.
ChildCount
; nStart++)
905
for (; nStart <= nIndex + documentNode.
ChildCount
; nStart++)
1008
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1065
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1194
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1683
for (int childIndex = dnCell.Index + 1; childIndex <= dnCell.Index + dnCell.
ChildCount
; childIndex++)
1704
for (int tableChildIndex = dnTable.Index+1; tableChildIndex <= dnTable.Index+dnTable.
ChildCount
; tableChildIndex++)
1728
tableChildIndex += dnChild.
ChildCount
;
1826
dna.InsertChildAt(dnRow, dnNew, dnRow.Index + dnRow.
ChildCount
+ 1, 0);
1935
for (; nStart <= nIndex + dnThis.
ChildCount
; nStart++)
1987
i += dn.
ChildCount
+ 1;