13 references to Control
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (1)
183
if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (12)
7854
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9031
switch (controlWordInfo.
Control
)
9957
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
9971
switch (token.RtfControlWordInfo.
Control
)
10140
switch (token.RtfControlWordInfo.
Control
)
10165
listTableEntry.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10309
switch (token.RtfControlWordInfo.
Control
)
10403
switch (token.RtfControlWordInfo.
Control
)
10490
switch (token.RtfControlWordInfo.
Control
)
10995
switch (token.RtfControlWordInfo.
Control
)
11332
switch (token.RtfControlWordInfo.
Control
)
11433
switch (token.RtfControlWordInfo.
Control
)