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