6 writes to IsVMergeFirst
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
2346IsVMergeFirst = cf.IsVMergeFirst; 2705IsVMergeFirst = false; 10682cf.IsVMergeFirst = true;
System\Windows\Documents\XamlToRtfWriter.cs (3)
1775dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false; 1814cf.IsVMergeFirst = true; 1833dnNew.FormatState.RowFormat.RowCellFormat.IsVMergeFirst = false;
3 references to IsVMergeFirst
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
2346IsVMergeFirst = cf.IsVMergeFirst; 7466if (cf.IsVMergeFirst)
System\Windows\Documents\XamlToRtfWriter.cs (1)
1539if (dnCell.FormatState.RowFormat.RowCellFormat.IsVMergeFirst)