5 writes to Italic
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (3)
746Italic = formatState.Italic; 4762FormatState.Italic = fsOrig.Italic; 9042formatState.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 4762FormatState.Italic = fsOrig.Italic; 4788|| (fsThis.Italic != fsParent.Italic) 4865if (fsThis.Italic != fsParent.Italic) 4867if (fsThis.Italic)
System\Windows\Documents\XamlToRtfWriter.cs (5)
699bool outItalic = fsThis.Italic != fsParent.Italic; 746if (fsThis.Italic) 1253if (fsThis.Italic != fsParent.Italic)