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