13 references to Control
PresentationFramework (13)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
185if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_BIN)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (12)
7919controlWordInfo.Control == RtfControlWord.Ctrl_Unknown && 9097switch (controlWordInfo.Control) 10019if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 10033switch (token.RtfControlWordInfo.Control) 10202switch (token.RtfControlWordInfo.Control) 10227listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10371switch (token.RtfControlWordInfo.Control) 10465switch (token.RtfControlWordInfo.Control) 10551switch (token.RtfControlWordInfo.Control) 11059switch (token.RtfControlWordInfo.Control) 11396switch (token.RtfControlWordInfo.Control) 11502switch (token.RtfControlWordInfo.Control)