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)
7836
controlWordInfo.
Control
== RtfControlWord.Ctrl_Unknown &&
9004
switch (controlWordInfo.
Control
)
9926
if (token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_NESTTABLEPROPS)
9940
switch (token.RtfControlWordInfo.
Control
)
10109
switch (token.RtfControlWordInfo.
Control
)
10134
listTableEntry.Simple = token.RtfControlWordInfo.
Control
== RtfControlWord.Ctrl_LISTSIMPLE;
10277
switch (token.RtfControlWordInfo.
Control
)
10371
switch (token.RtfControlWordInfo.
Control
)
10457
switch (token.RtfControlWordInfo.
Control
)
10965
switch (token.RtfControlWordInfo.
Control
)
11301
switch (token.RtfControlWordInfo.
Control
)
11402
switch (token.RtfControlWordInfo.
Control
)