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