5 writes to Italic
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (3)
748Italic = formatState.Italic; 4755FormatState.Italic = fsOrig.Italic; 9017formatState.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 4755FormatState.Italic = fsOrig.Italic; 4781|| (fsThis.Italic != fsParent.Italic) 4858if (fsThis.Italic != fsParent.Italic) 4860if (fsThis.Italic)
System\Windows\Documents\XamlToRtfWriter.cs (5)
701bool outItalic = fsThis.Italic != fsParent.Italic; 748if (fsThis.Italic) 1255if (fsThis.Italic != fsParent.Italic)