13 references to Control
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (1)
182
if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (12)
7844
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9018
switch (controlWordInfo.
Control
)
9941
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
9955
switch (token.RtfControlWordInfo.
Control
)
10124
switch (token.RtfControlWordInfo.
Control
)
10144
listTableEntry?.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10272
switch (token.RtfControlWordInfo.
Control
)
10366
switch (token.RtfControlWordInfo.
Control
)
10453
switch (token.RtfControlWordInfo.
Control
)
10862
switch (token.RtfControlWordInfo.
Control
)
11199
switch (token.RtfControlWordInfo.
Control
)
11300
switch (token.RtfControlWordInfo.
Control
)