2 writes to Row
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
5694csNew.Row = dnRow; 5709csNew.Row = dnRow;
3 references to Row
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
6304if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.Index)) 6307if (!cs.Row.FormatState.RowFormat.IsVMerge) 6309nUnfilledRowIndex = cs.Row.Index;