2 writes to ColumnStateArray
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
7398
dn.
ColumnStateArray
= dn.ComputeColumns();
7402
dn.
ColumnStateArray
= cols;
6 references to ColumnStateArray
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
5383
if (
ColumnStateArray
!= null &&
ColumnStateArray
.Count > 0)
5391
for (int i = 0; i <
ColumnStateArray
.Count; i++)
5393
ColumnState cs =
ColumnStateArray
.EntryAt(i);
7413
ColumnStateArray csa = (dnTable != null) ? dnTable.
ColumnStateArray
: null;
7494
ColumnStateArray csa = dnTable.
ColumnStateArray
;