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