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