6 writes to IsVMergeFirst
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
2346
IsVMergeFirst
= cf.IsVMergeFirst;
2705
IsVMergeFirst
= false;
10681
cf.
IsVMergeFirst
= true;
System\Windows\Documents\XamlToRtfWriter.cs (3)
1775
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
1814
cf.
IsVMergeFirst
= true;
1833
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
3 references to IsVMergeFirst
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
2346
IsVMergeFirst = cf.
IsVMergeFirst
;
7465
if (cf.
IsVMergeFirst
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1539
if (dnCell.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
)