4 writes to SpacingLeft
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
2339SpacingLeft = cf.SpacingLeft; 2699SpacingLeft = 0; 10503formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10517formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter;
2 references to SpacingLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2339SpacingLeft = cf.SpacingLeft; 5123xamlStringBuilder.Append(Converters.TwipToPositiveVisiblePxString(cf.SpacingLeft));