2 writes to Row
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
5613csNew.Row = dnRow; 5628csNew.Row = dnRow;
3 references to Row
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
6223if (!cs.IsFilled && (nUnfilledRowIndex < 0 || nUnfilledRowIndex > cs.Row.Index)) 6226if (!cs.Row.FormatState.RowFormat.IsVMerge) 6228nUnfilledRowIndex = cs.Row.Index;