13 references to Control
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (1)
184
if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (12)
7837
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9005
switch (controlWordInfo.
Control
)
9927
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
9941
switch (token.RtfControlWordInfo.
Control
)
10110
switch (token.RtfControlWordInfo.
Control
)
10135
listTableEntry.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10278
switch (token.RtfControlWordInfo.
Control
)
10372
switch (token.RtfControlWordInfo.
Control
)
10458
switch (token.RtfControlWordInfo.
Control
)
10966
switch (token.RtfControlWordInfo.
Control
)
11302
switch (token.RtfControlWordInfo.
Control
)
11403
switch (token.RtfControlWordInfo.
Control
)