6 writes to IsVMergeFirst
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
2345
IsVMergeFirst
= cf.IsVMergeFirst;
2704
IsVMergeFirst
= false;
10680
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)
2345
IsVMergeFirst = cf.
IsVMergeFirst
;
7464
if (cf.
IsVMergeFirst
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1538
if (dnCell.FormatState.RowFormat.RowCellFormat.
IsVMergeFirst
)