13 references to Control
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (1)
184if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (12)
7837controlWordInfo.Control == RtfControlWord.Ctrl_Unknown && 9005switch (controlWordInfo.Control) 9927if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 9941switch (token.RtfControlWordInfo.Control) 10110switch (token.RtfControlWordInfo.Control) 10135listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10278switch (token.RtfControlWordInfo.Control) 10372switch (token.RtfControlWordInfo.Control) 10458switch (token.RtfControlWordInfo.Control) 10966switch (token.RtfControlWordInfo.Control) 11302switch (token.RtfControlWordInfo.Control) 11403switch (token.RtfControlWordInfo.Control)