6 writes to IsVMergeFirst
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
2347
IsVMergeFirst
= cf.IsVMergeFirst;
2706
IsVMergeFirst
= false;
10713
cf.
IsVMergeFirst
= true;
System\Windows\Documents\XamlToRtfWriter.cs (3)
1774
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
1813
cf.
IsVMergeFirst
= true;
1832
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
3 references to IsVMergeFirst
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
2347
IsVMergeFirst = cf.
IsVMergeFirst
;
7480
if (cf.
IsVMergeFirst
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1538
if (dnCell.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
)