2 writes to ColumnStateArray
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
7331
dn.
ColumnStateArray
= dn.ComputeColumns();
7335
dn.
ColumnStateArray
= cols;
6 references to ColumnStateArray
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
5329
if (
ColumnStateArray
!= null &&
ColumnStateArray
.Count > 0)
5337
for (int i = 0; i <
ColumnStateArray
.Count; i++)
5339
ColumnState cs =
ColumnStateArray
.EntryAt(i);
7346
ColumnStateArray csa = dnTable?.
ColumnStateArray
;
7427
ColumnStateArray csa = dnTable.
ColumnStateArray
;