2 writes to ColumnStateArray
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
7321
dn.
ColumnStateArray
= dn.ComputeColumns();
7325
dn.
ColumnStateArray
= cols;
6 references to ColumnStateArray
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
5319
if (
ColumnStateArray
!= null &&
ColumnStateArray
.Count > 0)
5327
for (int i = 0; i <
ColumnStateArray
.Count; i++)
5329
ColumnState cs =
ColumnStateArray
.EntryAt(i);
7336
ColumnStateArray csa = dnTable?.
ColumnStateArray
;
7417
ColumnStateArray csa = dnTable.
ColumnStateArray
;