2 writes to ColumnStateArray
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
7316
dn.
ColumnStateArray
= dn.ComputeColumns();
7320
dn.
ColumnStateArray
= cols;
6 references to ColumnStateArray
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
5321
if (
ColumnStateArray
!= null &&
ColumnStateArray
.Count > 0)
5329
for (int i = 0; i <
ColumnStateArray
.Count; i++)
5331
ColumnState cs =
ColumnStateArray
.EntryAt(i);
7331
ColumnStateArray csa = (dnTable != null) ? dnTable.
ColumnStateArray
: null;
7412
ColumnStateArray csa = dnTable.
ColumnStateArray
;