5 writes to Italic
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (3)
748Italic = formatState.Italic; 4756FormatState.Italic = fsOrig.Italic; 9018formatState.Italic = token.ToggleValue > 0;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2823documentNode.FormatState.Italic = true; 2900formatState.Italic = true;
14 references to Italic
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (9)
748Italic = formatState.Italic; 882&& Italic == formatState.Italic 4756FormatState.Italic = fsOrig.Italic; 4782|| (fsThis.Italic != fsParent.Italic) 4859if (fsThis.Italic != fsParent.Italic) 4861if (fsThis.Italic)
System\Windows\Documents\XamlToRtfWriter.cs (5)
701bool outItalic = fsThis.Italic != fsParent.Italic; 748if (fsThis.Italic) 1255if (fsThis.Italic != fsParent.Italic)