6 writes to ChildCount
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
6552
dnClose.
ChildCount
= nChildCount;
7100
dnParent.
ChildCount
+= 1;
7133
dnPa.
ChildCount
= dnPa.ChildCount - nExcise;
7296
dn.
ChildCount
= nChildrenOldTable; // Update old table child count
7297
EntryAt(nAt + 1).
ChildCount
= nChildrenOldTable - 1; // Update old TableBody child count
7308
dnPa.
ChildCount
= dnPa.ChildCount + 2;
49 references to ChildCount
PresentationFramework (49)
System\Windows\Documents\RtfToXamlReader.cs (34)
5449
int parentLastChild = Index +
ChildCount
;
5468
int nLast = dnCell.Index + dnCell.
ChildCount
;
5495
int nLast = this.Index + this.
ChildCount
;
5519
int nLast = this.Index + this.
ChildCount
;
5547
int nLast = dnRow.Index + dnRow.
ChildCount
;
5812
return
ChildCount
> 0 || Xaml != null;
5938
return Index +
ChildCount
;
6323
int nChild = dnCoalesce.
ChildCount
;
6418
int nChild = dnCoalesce.
ChildCount
;
6431
if (dn.
ChildCount
== 0)
6437
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6442
int nChildrenHere = dn.
ChildCount
;
6447
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6479
int nChild = dnCoalesce.
ChildCount
;
6492
if (dn.
ChildCount
== 0 && nAt != nStart)
6496
else if (dn.
ChildCount
> 0)
6498
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6506
int nChildrenHere = dn.
ChildCount
;
6511
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6555
int nEnd = index + dnClose.
ChildCount
;
6560
nAt += dn.
ChildCount
+ 1;
6611
Debug.Assert(nAt + dn.
ChildCount
< Count);
6615
Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.
ChildCount
));
7008
if (dnPrev.
ChildCount
== 0)
7133
dnPa.ChildCount = dnPa.
ChildCount
- nExcise;
7193
int nEndItem = nAt + dn.
ChildCount
;
7234
int nEndItem = nAt + dn.
ChildCount
;
7295
int nChildrenNewTable = dn.
ChildCount
- nChildrenOldTable;
7308
dnPa.ChildCount = dnPa.
ChildCount
+ 2;
8210
Debug.Assert(dn.
ChildCount
== 0);
8238
Debug.Assert(dn.
ChildCount
== 0);
8273
nChildCount -= dn.
ChildCount
;
8804
int nEnd = ndnListText + dnListText.
ChildCount
;
9815
&& 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;