6 writes to IsVMergeFirst
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2390
IsVMergeFirst
= cf.IsVMergeFirst;
2749
IsVMergeFirst
= false;
10774
cf.
IsVMergeFirst
= true;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
1777
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
1816
cf.
IsVMergeFirst
= true;
1835
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
3 references to IsVMergeFirst
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2390
IsVMergeFirst = cf.
IsVMergeFirst
;
7547
if (cf.
IsVMergeFirst
)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1541
if (dnCell.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
)