13 references to Control
PresentationFramework (13)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
185
if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_BIN)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (12)
7919
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9097
switch (controlWordInfo.
Control
)
10019
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
10033
switch (token.RtfControlWordInfo.
Control
)
10202
switch (token.RtfControlWordInfo.
Control
)
10227
listTableEntry.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10371
switch (token.RtfControlWordInfo.
Control
)
10465
switch (token.RtfControlWordInfo.
Control
)
10551
switch (token.RtfControlWordInfo.
Control
)
11059
switch (token.RtfControlWordInfo.
Control
)
11396
switch (token.RtfControlWordInfo.
Control
)
11502
switch (token.RtfControlWordInfo.
Control
)