4 instantiations of RowFormat
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
1615
_rowFormat = new
RowFormat
();
10101
dnRow.FormatState.RowFormat = new
RowFormat
(formatState.RowFormat);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1775
dnNew.FormatState.RowFormat = new
RowFormat
(dnSpanningCell.FormatState.RowFormat);
1833
dnNew.FormatState.RowFormat = new
RowFormat
(dnSpanningCell.FormatState.RowFormat);
12 references to RowFormat
PresentationFramework (12)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
1608
internal
RowFormat
RowFormat
1858
private
RowFormat
_rowFormat;
2853
internal RowFormat(
RowFormat
ri)
5183
RowFormat
rf = FormatState.RowFormat;
5662
RowFormat
rf = dnRow.FormatState.RowFormat;
7411
RowFormat
rf = dn.FormatState.RowFormat;
7511
RowFormat
rf = dnRow.FormatState.RowFormat;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1620
RowFormat
rf = dnTable.FormatState.RowFormat;
3085
RowFormat
rf = dnTable.FormatState.RowFormat;
3212
RowFormat
rf = formatState.RowFormat;
3242
RowFormat
rf = formatState.RowFormat;
3266
RowFormat
rf = formatState.RowFormat;