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)
7853
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9030
switch (controlWordInfo.
Control
)
9956
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
9970
switch (token.RtfControlWordInfo.
Control
)
10139
switch (token.RtfControlWordInfo.
Control
)
10164
listTableEntry.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10308
switch (token.RtfControlWordInfo.
Control
)
10402
switch (token.RtfControlWordInfo.
Control
)
10489
switch (token.RtfControlWordInfo.
Control
)
10994
switch (token.RtfControlWordInfo.
Control
)
11331
switch (token.RtfControlWordInfo.
Control
)
11432
switch (token.RtfControlWordInfo.
Control
)