1 write to RtfControlWordInfo
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
452token.RtfControlWordInfo = RtfControlWordLookup(controlName);
13 references to RtfControlWordInfo
PresentationFramework (13)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (2)
185if (token.RtfControlWordInfo != null && token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_BIN)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (11)
7904RtfControlWordInfo controlWordInfo = token.RtfControlWordInfo; 10019if (token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_NESTTABLEPROPS) 10033switch (token.RtfControlWordInfo.Control) 10202switch (token.RtfControlWordInfo.Control) 10227listTableEntry.Simple = token.RtfControlWordInfo.Control == RtfControlWord.Ctrl_LISTSIMPLE; 10371switch (token.RtfControlWordInfo.Control) 10465switch (token.RtfControlWordInfo.Control) 10551switch (token.RtfControlWordInfo.Control) 11059switch (token.RtfControlWordInfo.Control) 11396switch (token.RtfControlWordInfo.Control) 11502switch (token.RtfControlWordInfo.Control)