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)
7853controlWordInfo.Control == RtfControlWord.Ctrl_Unknown && 9030switch (controlWordInfo.Control) 9956if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 9970switch (token.RtfControlWordInfo.Control) 10139switch (token.RtfControlWordInfo.Control) 10164listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10308switch (token.RtfControlWordInfo.Control) 10402switch (token.RtfControlWordInfo.Control) 10489switch (token.RtfControlWordInfo.Control) 10994switch (token.RtfControlWordInfo.Control) 11331switch (token.RtfControlWordInfo.Control) 11432switch (token.RtfControlWordInfo.Control)