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)
7826RtfControlWordInfo controlWordInfo = token.RtfControlWordInfo; 9938if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 9952switch (token.RtfControlWordInfo.Control) 10121switch (token.RtfControlWordInfo.Control) 10141listTableEntry?.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10269switch (token.RtfControlWordInfo.Control) 10363switch (token.RtfControlWordInfo.Control) 10450switch (token.RtfControlWordInfo.Control) 10859switch (token.RtfControlWordInfo.Control) 11196switch (token.RtfControlWordInfo.Control) 11297switch (token.RtfControlWordInfo.Control)