6 writes to IsVMergeFirst
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
2346
IsVMergeFirst
= cf.IsVMergeFirst;
2705
IsVMergeFirst
= false;
10712
cf.
IsVMergeFirst
= true;
System\Windows\Documents\XamlToRtfWriter.cs (3)
1773
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
1812
cf.
IsVMergeFirst
= true;
1831
dnNew.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
= false;
3 references to IsVMergeFirst
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
2346
IsVMergeFirst = cf.
IsVMergeFirst
;
7479
if (cf.
IsVMergeFirst
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1537
if (dnCell.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
)