12 references to HasRowFormat
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (5)
5114
if (FormatState.
HasRowFormat
)
5146
if (dnRow != null && dnRow.FormatState.
HasRowFormat
)
5325
if (FormatState.
HasRowFormat
)
6038
if (FormatState.
HasRowFormat
)
10017
if (!dnTable.FormatState.
HasRowFormat
)
System\Windows\Documents\XamlToRtfWriter.cs (7)
1472
if (dnCell.FormatState.
HasRowFormat
)
1537
if (dnCell.FormatState.
HasRowFormat
)
1563
if (dnCell.FormatState.
HasRowFormat
)
1616
if (dnTable.FormatState.
HasRowFormat
)
1771
if (dnSpanningCell.FormatState.
HasRowFormat
)
1829
if (dnSpanningCell.FormatState.
HasRowFormat
)
1906
if (dnThis.FormatState.
HasRowFormat
)