12 references to HasRowFormat
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (5)
5113
if (FormatState.
HasRowFormat
)
5145
if (dnRow != null && dnRow.FormatState.
HasRowFormat
)
5324
if (FormatState.
HasRowFormat
)
6037
if (FormatState.
HasRowFormat
)
10016
if (!dnTable.FormatState.
HasRowFormat
)
System\Windows\Documents\XamlToRtfWriter.cs (7)
1471
if (dnCell.FormatState.
HasRowFormat
)
1536
if (dnCell.FormatState.
HasRowFormat
)
1562
if (dnCell.FormatState.
HasRowFormat
)
1615
if (dnTable.FormatState.
HasRowFormat
)
1770
if (dnSpanningCell.FormatState.
HasRowFormat
)
1828
if (dnSpanningCell.FormatState.
HasRowFormat
)
1905
if (dnThis.FormatState.
HasRowFormat
)