12 references to HasRowFormat
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (5)
5112
if (FormatState.
HasRowFormat
)
5144
if (dnRow != null && dnRow.FormatState.
HasRowFormat
)
5323
if (FormatState.
HasRowFormat
)
6040
if (FormatState.
HasRowFormat
)
10031
if (!dnTable.FormatState.
HasRowFormat
)
System\Windows\Documents\XamlToRtfWriter.cs (7)
1470
if (dnCell.FormatState.
HasRowFormat
)
1535
if (dnCell.FormatState.
HasRowFormat
)
1561
if (dnCell.FormatState.
HasRowFormat
)
1614
if (dnTable.FormatState.
HasRowFormat
)
1769
if (dnSpanningCell.FormatState.
HasRowFormat
)
1827
if (dnSpanningCell.FormatState.
HasRowFormat
)
1904
if (dnThis.FormatState.
HasRowFormat
)