4 writes to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
789IsInTable = formatState.IsInTable; 9495formatState.IsInTable = token.FlagValue; 9945formatState.IsInTable = true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
487dn.FormatState.IsInTable = true;
4 references to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
789IsInTable = formatState.IsInTable; 923&& IsInTable == formatState.IsInTable
System\Windows\Documents\XamlToRtfWriter.cs (1)
1040if (fsThis.IsInTable)