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