7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
756FontSize = formatState.FontSize; 944_fsEmptyState.FontSize = -1; 4754FormatState.FontSize = fsOrig.FontSize; 8572dn.FormatState.FontSize = (long)((d * 2) + 0.5); 9034formatState.FontSize = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1221fsThis.FontSize = fsAll; 2893formatState.FontSize = (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (11)
756FontSize = formatState.FontSize; 890&& FontSize == formatState.FontSize 4754FormatState.FontSize = fsOrig.FontSize; 4779|| (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4835if (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4838double fs = (double)fsThis.FontSize;
System\Windows\Documents\XamlToRtfWriter.cs (8)
703bool outFontSize = fsThis.FontSize != fsParent.FontSize; 782_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture)); 1203fsAll = dnChild.FormatState.FontSize; 1205else if (fsAll != dnChild.FormatState.FontSize) 1238if (fsThis.FontSize != fsParent.FontSize) 1241_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture));