1 write to RtfControlWordInfo
PresentationFramework (1)
System\Windows\Documents\RtfToXamlLexer.cs (1)
450token.RtfControlWordInfo = RtfControlWordLookup(controlName);
13 references to RtfControlWordInfo
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (2)
183if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (11)
7839RtfControlWordInfo controlWordInfo = token.RtfControlWordInfo; 9957if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 9971switch (token.RtfControlWordInfo.Control) 10140switch (token.RtfControlWordInfo.Control) 10165listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10309switch (token.RtfControlWordInfo.Control) 10403switch (token.RtfControlWordInfo.Control) 10490switch (token.RtfControlWordInfo.Control) 10995switch (token.RtfControlWordInfo.Control) 11332switch (token.RtfControlWordInfo.Control) 11433switch (token.RtfControlWordInfo.Control)