4 instantiations of RowFormat
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (2)
1594
_rowFormat = new
RowFormat
();
10009
dnRow.FormatState.RowFormat = new
RowFormat
(formatState.RowFormat);
System\Windows\Documents\XamlToRtfWriter.cs (2)
1773
dnNew.FormatState.RowFormat = new
RowFormat
(dnSpanningCell.FormatState.RowFormat);
1831
dnNew.FormatState.RowFormat = new
RowFormat
(dnSpanningCell.FormatState.RowFormat);
12 references to RowFormat
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
1587
internal
RowFormat
RowFormat
1837
private
RowFormat
_rowFormat;
2794
internal RowFormat(
RowFormat
ri)
5121
RowFormat
rf = FormatState.RowFormat;
5581
RowFormat
rf = dnRow.FormatState.RowFormat;
7329
RowFormat
rf = dn.FormatState.RowFormat;
7429
RowFormat
rf = dnRow.FormatState.RowFormat;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1618
RowFormat
rf = dnTable.FormatState.RowFormat;
3079
RowFormat
rf = dnTable.FormatState.RowFormat;
3206
RowFormat
rf = formatState.RowFormat;
3236
RowFormat
rf = formatState.RowFormat;
3260
RowFormat
rf = formatState.RowFormat;