12 references to HasRowFormat
PresentationFramework (12)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
5176
if (FormatState.
HasRowFormat
)
5208
if (dnRow != null && dnRow.FormatState.
HasRowFormat
)
5387
if (FormatState.
HasRowFormat
)
6119
if (FormatState.
HasRowFormat
)
10109
if (!dnTable.FormatState.
HasRowFormat
)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (7)
1474
if (dnCell.FormatState.
HasRowFormat
)
1539
if (dnCell.FormatState.
HasRowFormat
)
1565
if (dnCell.FormatState.
HasRowFormat
)
1618
if (dnTable.FormatState.
HasRowFormat
)
1773
if (dnSpanningCell.FormatState.
HasRowFormat
)
1831
if (dnSpanningCell.FormatState.
HasRowFormat
)
1908
if (dnThis.FormatState.
HasRowFormat
)