7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
755FontSize = formatState.FontSize; 943_fsEmptyState.FontSize = -1; 4752FormatState.FontSize = fsOrig.FontSize; 8570dn.FormatState.FontSize = (long)((d * 2) + 0.5); 9032formatState.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 4752FormatState.FontSize = fsOrig.FontSize; 4777|| (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4833if (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4836double 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));