6 writes to IsVMergeFirst
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2390IsVMergeFirst = cf.IsVMergeFirst; 2749IsVMergeFirst = false; 10774cf.IsVMergeFirst = true;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
1777dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1816cf.IsVMergeFirst = true; 1835dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false;
3 references to IsVMergeFirst
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2390IsVMergeFirst = cf.IsVMergeFirst; 7547if (cf.IsVMergeFirst)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1541if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst)