4 writes to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
788IsInTable = formatState.IsInTable; 9521formatState.IsInTable = token.FlagValue; 9975formatState.IsInTable = true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
486dn.FormatState.IsInTable = true;
4 references to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
788IsInTable = formatState.IsInTable; 922&& IsInTable == formatState.IsInTable
System\Windows\Documents\XamlToRtfWriter.cs (1)
1039if (fsThis.IsInTable)