1 write to RtfControlWordInfo
PresentationFramework (1)
System\Windows\Documents\RtfToXamlLexer.cs (1)
451token.RtfControlWordInfo = RtfControlWordLookup(controlName);
13 references to RtfControlWordInfo
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (2)
184if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (11)
7822RtfControlWordInfo controlWordInfo = token.RtfControlWordInfo; 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)