6 writes to ChildCount
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
6557
dnClose.
ChildCount
= nChildCount;
7106
dnParent.
ChildCount
+= 1;
7139
dnPa.
ChildCount
-= nExcise;
7302
dn.
ChildCount
= nChildrenOldTable; // Update old table child count
7303
EntryAt(nAt + 1).
ChildCount
= nChildrenOldTable - 1; // Update old TableBody child count
7314
dnPa.
ChildCount
+= 2;
47 references to ChildCount
PresentationFramework (47)
System\Windows\Documents\RtfToXamlReader.cs (32)
5448
int parentLastChild = Index +
ChildCount
;
5467
int nLast = dnCell.Index + dnCell.
ChildCount
;
5494
int nLast = this.Index + this.
ChildCount
;
5518
int nLast = this.Index + this.
ChildCount
;
5546
int nLast = dnRow.Index + dnRow.
ChildCount
;
5815
return
ChildCount
> 0 || Xaml != null;
5941
return Index +
ChildCount
;
6326
int nChild = dnCoalesce.
ChildCount
;
6423
int nChild = dnCoalesce.
ChildCount
;
6436
if (dn.
ChildCount
== 0)
6442
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6447
int nChildrenHere = dn.
ChildCount
;
6452
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6484
int nChild = dnCoalesce.
ChildCount
;
6497
if (dn.
ChildCount
== 0 && nAt != nStart)
6501
else if (dn.
ChildCount
> 0)
6503
Debug.Assert(nAt + dn.
ChildCount
<= nEnd);
6511
int nChildrenHere = dn.
ChildCount
;
6516
Debug.Assert(dnChild.
ChildCount
== 0 && dnChild.IsTerminated);
6560
int nEnd = index + dnClose.
ChildCount
;
6565
nAt += dn.
ChildCount
+ 1;
6616
Debug.Assert(nAt + dn.
ChildCount
< Count);
6620
Debug.Assert(dnPa.IsPending || (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.
ChildCount
));
7014
if (dnPrev.
ChildCount
== 0)
7199
int nEndItem = nAt + dn.
ChildCount
;
7240
int nEndItem = nAt + dn.
ChildCount
;
7301
int nChildrenNewTable = dn.
ChildCount
- nChildrenOldTable;
8218
Debug.Assert(dn.
ChildCount
== 0);
8246
Debug.Assert(dn.
ChildCount
== 0);
8281
nChildCount -= dn.
ChildCount
;
8817
int nEnd = ndnListText + dnListText.
ChildCount
;
9826
&& nInsertAt + dn.
ChildCount
== dna.Count)
System\Windows\Documents\XamlToRtfWriter.cs (15)
237
nEndList = dn1.Index + dn1.
ChildCount
+ 1;
267
nEndList = dn.Index + dn.
ChildCount
+ 1;
411
nEndList = dn1.Index + dn1.
ChildCount
+ 1;
432
nEndList = dn.Index + dn.
ChildCount
+ 1;
870
for (; nStart <= nIndex + documentNode.
ChildCount
; nStart++)
904
for (; nStart <= nIndex + documentNode.
ChildCount
; nStart++)
1007
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1064
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1193
for (nAt = nStart; nAt <= nIndex + dnThis.
ChildCount
; nAt++)
1682
for (int childIndex = dnCell.Index + 1; childIndex <= dnCell.Index + dnCell.
ChildCount
; childIndex++)
1703
for (int tableChildIndex = dnTable.Index+1; tableChildIndex <= dnTable.Index+dnTable.
ChildCount
; tableChildIndex++)
1727
tableChildIndex += dnChild.
ChildCount
;
1825
dna.InsertChildAt(dnRow, dnNew, dnRow.Index + dnRow.
ChildCount
+ 1, 0);
1934
for (; nStart <= nIndex + dnThis.
ChildCount
; nStart++)
1986
i += dn.
ChildCount
+ 1;