5 writes to IsVMerge
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
2389IsVMerge = cf.IsVMerge; 2748IsVMerge = false; 10779cf.IsVMerge = true;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1778dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true; 1836dnNew.FormatState.RowFormat.RowCellFormat.IsVMerge = true;
6 references to IsVMerge
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
2389IsVMerge = cf.IsVMerge; 2968if (NthCellFormat(i).IsVMerge) 7432if (cf.IsVMerge) 7443if (cf.IsVMerge) 7535if (cf.IsVMerge)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1545else if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMerge)