2 writes to ColumnStateArray
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
7315
dn.
ColumnStateArray
= dn.ComputeColumns();
7319
dn.
ColumnStateArray
= cols;
6 references to ColumnStateArray
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (6)
5320
if (
ColumnStateArray
!= null &&
ColumnStateArray
.Count > 0)
5328
for (int i = 0; i <
ColumnStateArray
.Count; i++)
5330
ColumnState cs =
ColumnStateArray
.EntryAt(i);
7330
ColumnStateArray csa = (dnTable != null) ? dnTable.
ColumnStateArray
: null;
7411
ColumnStateArray csa = dnTable.
ColumnStateArray
;