4 writes to IsInTable
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
811IsInTable = formatState.IsInTable; 9588formatState.IsInTable = token.FlagValue; 10038formatState.IsInTable = true;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
489dn.FormatState.IsInTable = true;
4 references to IsInTable
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
811IsInTable = formatState.IsInTable; 945&& IsInTable == formatState.IsInTable
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1042if (fsThis.IsInTable)