12 references to HasRowFormat
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (5)
5121
if (FormatState.
HasRowFormat
)
5153
if (dnRow != null && dnRow.FormatState.
HasRowFormat
)
5332
if (FormatState.
HasRowFormat
)
6049
if (FormatState.
HasRowFormat
)
10046
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
)