4 writes to ITAP
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
801ITAP = formatState.ITAP; 9603formatState.ITAP = token.Parameter; 10039formatState.ITAP = 1;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
485dn.FormatState.ITAP = iLevel;
6 references to ITAP
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
801ITAP = formatState.ITAP; 933&& ITAP == formatState.ITAP
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
1079if (fsThis.ITAP > 1) 1082_rtfBuilder.Append(fsThis.ITAP.ToString(CultureInfo.InvariantCulture)); 1165if (fsThis.ITAP > 1)