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)
7838RtfControlWordInfo controlWordInfo = token.RtfControlWordInfo; 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)