2 writes to ColumnStateArray
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
7330
dn.
ColumnStateArray
= dn.ComputeColumns();
7334
dn.
ColumnStateArray
= cols;
6 references to ColumnStateArray
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
5328
if (
ColumnStateArray
!= null &&
ColumnStateArray
.Count > 0)
5336
for (int i = 0; i <
ColumnStateArray
.Count; i++)
5338
ColumnState cs =
ColumnStateArray
.EntryAt(i);
7345
ColumnStateArray csa = dnTable?.
ColumnStateArray
;
7426
ColumnStateArray csa = dnTable.
ColumnStateArray
;