7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
755FontSize = formatState.FontSize; 944FontSize = -1 4761FormatState.FontSize = fsOrig.FontSize; 8592dn.FormatState.FontSize = (long)((d * 2) + 0.5); 9059formatState.FontSize = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1220fsThis.FontSize = fsAll; 2892formatState.FontSize = (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (11)
755FontSize = formatState.FontSize; 889&& FontSize == formatState.FontSize 4761FormatState.FontSize = fsOrig.FontSize; 4786|| (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4842if (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4845double fs = (double)fsThis.FontSize;
System\Windows\Documents\XamlToRtfWriter.cs (8)
702bool outFontSize = fsThis.FontSize != fsParent.FontSize; 781_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture)); 1202fsAll = dnChild.FormatState.FontSize; 1204else if (fsAll != dnChild.FormatState.FontSize) 1237if (fsThis.FontSize != fsParent.FontSize) 1240_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture));