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