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)
7841
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9015
switch (controlWordInfo.
Control
)
9938
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
9952
switch (token.RtfControlWordInfo.
Control
)
10121
switch (token.RtfControlWordInfo.
Control
)
10141
listTableEntry?.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10269
switch (token.RtfControlWordInfo.
Control
)
10363
switch (token.RtfControlWordInfo.
Control
)
10450
switch (token.RtfControlWordInfo.
Control
)
10859
switch (token.RtfControlWordInfo.
Control
)
11196
switch (token.RtfControlWordInfo.
Control
)
11297
switch (token.RtfControlWordInfo.
Control
)