4 writes to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
788
IsInTable
= formatState.IsInTable;
9521
formatState.
IsInTable
= token.FlagValue;
9975
formatState.
IsInTable
= true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
486
dn.FormatState.
IsInTable
= true;
4 references to IsInTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
788
IsInTable = formatState.
IsInTable
;
922
&&
IsInTable
== formatState.
IsInTable
System\Windows\Documents\XamlToRtfWriter.cs (1)
1039
if (fsThis.
IsInTable
)