4 writes to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
790IsInTable = formatState.IsInTable; 9497formatState.IsInTable = token.FlagValue; 9947formatState.IsInTable = true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
488dn.FormatState.IsInTable = true;
4 references to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
790IsInTable = formatState.IsInTable; 924&& IsInTable == formatState.IsInTable
System\Windows\Documents\XamlToRtfWriter.cs (1)
1041if (fsThis.IsInTable)