7 writes to FontSize
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
777FontSize = formatState.FontSize; 965_fsEmptyState.FontSize = -1; 4815FormatState.FontSize = fsOrig.FontSize; 8660dn.FormatState.FontSize = (long)((d * 2) + 0.5); 9125formatState.FontSize = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1223fsThis.FontSize = fsAll; 2899formatState.FontSize = (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (11)
777FontSize = formatState.FontSize; 911&& FontSize == formatState.FontSize 4815FormatState.FontSize = fsOrig.FontSize; 4840|| (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4896if (fsThis.FontSize != fsParent.FontSize && fsThis.FontSize >= 0) 4899double fs = (double)fsThis.FontSize;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (8)
704bool outFontSize = fsThis.FontSize != fsParent.FontSize; 783_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture)); 1205fsAll = dnChild.FormatState.FontSize; 1207else if (fsAll != dnChild.FormatState.FontSize) 1240if (fsThis.FontSize != fsParent.FontSize) 1243_rtfBuilder.Append(fsThis.FontSize.ToString(CultureInfo.InvariantCulture));