7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
754FontSize = formatState.FontSize; 943FontSize = -1 4760FormatState.FontSize = fsOrig.FontSize; 8591dn.FormatState.FontSize = (long)((d * 2) + 0.5); 9058formatState.FontSize = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1219fsThis.FontSize = fsAll; 2891formatState.FontSize = (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (11)
754FontSize = formatState.FontSize; 888&& FontSize == formatState.FontSize 4760FormatState.FontSize = fsOrig.FontSize; 4785|| (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4841if (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4844double fs = (double)fsThis.FontSize;
System\Windows\Documents\XamlToRtfWriter.cs (8)
701bool outFontSize = fsThis.FontSize != fsParent.FontSize; 780_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture)); 1201fsAll = dnChild.FormatState.FontSize; 1203else if (fsAll != dnChild.FormatState.FontSize) 1236if (fsThis.FontSize != fsParent.FontSize) 1239_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture));