5 writes to Italic
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (3)
746Italic = formatState.Italic; 4753FormatState.Italic = fsOrig.Italic; 9030formatState.Italic = token.ToggleValue > 0;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2821documentNode.FormatState.Italic = true; 2898formatState.Italic = true;
14 references to Italic
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (9)
746Italic = formatState.Italic; 880&& Italic == formatState.Italic 4753FormatState.Italic = fsOrig.Italic; 4779|| (fsThis.Italic != fsParent.Italic) 4856if (fsThis.Italic != fsParent.Italic) 4858if (fsThis.Italic)
System\Windows\Documents\XamlToRtfWriter.cs (5)
699bool outItalic = fsThis.Italic != fsParent.Italic; 746if (fsThis.Italic) 1253if (fsThis.Italic != fsParent.Italic)