4 references to Ctrl_LISTSIMPLE
PresentationFramework (4)
System\Windows\Documents\RtfControls.cs (1)
711
new RtfControlWordInfo(RtfControlWord.
Ctrl_LISTSIMPLE
, "listsimple", RTK_LISTTABLE | RTK_VALUE | RTK_PARAM ),
System\Windows\Documents\RtfToXamlReader.cs (3)
9523
case RtfControlWord.
Ctrl_LISTSIMPLE
:
10130
case RtfControlWord.
Ctrl_LISTSIMPLE
:
10135
listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.
Ctrl_LISTSIMPLE
;