5 writes to Italic
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (3)
747Italic = formatState.Italic; 4754FormatState.Italic = fsOrig.Italic; 9016formatState.Italic = token.ToggleValue > 0;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2822documentNode.FormatState.Italic = true; 2899formatState.Italic = true;
14 references to Italic
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (9)
747Italic = formatState.Italic; 881&& Italic == formatState.Italic 4754FormatState.Italic = fsOrig.Italic; 4780|| (fsThis.Italic != fsParent.Italic) 4857if (fsThis.Italic != fsParent.Italic) 4859if (fsThis.Italic)
System\Windows\Documents\XamlToRtfWriter.cs (5)
700bool outItalic = fsThis.Italic != fsParent.Italic; 747if (fsThis.Italic) 1254if (fsThis.Italic != fsParent.Italic)