4 instantiations of RowFormat
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (2)
1593
_rowFormat = new
RowFormat
();
10008
dnRow.FormatState.RowFormat = new
RowFormat
(formatState.RowFormat);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1772
dnNew.FormatState.RowFormat = new
RowFormat
(dnSpanningCell.FormatState.RowFormat);
1830
dnNew.FormatState.RowFormat = new
RowFormat
(dnSpanningCell.FormatState.RowFormat);
12 references to RowFormat
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
1586
internal
RowFormat
RowFormat
1836
private
RowFormat
_rowFormat;
2793
internal RowFormat(
RowFormat
ri)
5120
RowFormat
rf = FormatState.RowFormat;
5580
RowFormat
rf = dnRow.FormatState.RowFormat;
7328
RowFormat
rf = dn.FormatState.RowFormat;
7428
RowFormat
rf = dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1617
RowFormat
rf = dnTable.FormatState.RowFormat;
3078
RowFormat
rf = dnTable.FormatState.RowFormat;
3205
RowFormat
rf = formatState.RowFormat;
3235
RowFormat
rf = formatState.RowFormat;
3259
RowFormat
rf = formatState.RowFormat;