4 references to Ctrl_LISTSIMPLE
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfControls.cs (1)
713
new RtfControlWordInfo(RtfControlWord.
Ctrl_LISTSIMPLE
, "listsimple", RTK_LISTTABLE | RTK_VALUE | RTK_PARAM ),
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
9615
case RtfControlWord.
Ctrl_LISTSIMPLE
:
10222
case RtfControlWord.
Ctrl_LISTSIMPLE
:
10227
listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.
Ctrl_LISTSIMPLE
;