4 writes to SpacingLeft
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
2340SpacingLeft = cf.SpacingLeft; 2700SpacingLeft = 0; 10499formatState.RowFormat.RowCellFormat.SpacingLeft = 0; 10513formatState.RowFormat.RowCellFormat.SpacingLeft = token.Parameter;
2 references to SpacingLeft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2340SpacingLeft = cf.SpacingLeft; 5122xamlStringBuilder.Append(Converters.TwipToPositiveVisiblePxString(cf.SpacingLeft));