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