13 references to Control
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (1)
182if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (12)
7844controlWordInfo.Control == RtfControlWord.Ctrl_Unknown && 9018switch (controlWordInfo.Control) 9941if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 9955switch (token.RtfControlWordInfo.Control) 10124switch (token.RtfControlWordInfo.Control) 10144listTableEntry?.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10272switch (token.RtfControlWordInfo.Control) 10366switch (token.RtfControlWordInfo.Control) 10453switch (token.RtfControlWordInfo.Control) 10862switch (token.RtfControlWordInfo.Control) 11199switch (token.RtfControlWordInfo.Control) 11300switch (token.RtfControlWordInfo.Control)