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