1 write to RtfControlWordInfo
PresentationFramework (1)
System\Windows\Documents\RtfToXamlLexer.cs (1)
449
token.
RtfControlWordInfo
= RtfControlWordLookup(controlName);
13 references to RtfControlWordInfo
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (2)
182
if (token.
RtfControlWordInfo
!= null && token.
RtfControlWordInfo
.Control == RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (11)
7829
RtfControlWordInfo controlWordInfo = token.
RtfControlWordInfo
;
9941
if (token.
RtfControlWordInfo
.Control == RtfControlWord.Ctrl_NESTTABLEPROPS)
9955
switch (token.
RtfControlWordInfo
.Control)
10124
switch (token.
RtfControlWordInfo
.Control)
10144
listTableEntry?.Simple = token.
RtfControlWordInfo
.Control == RtfControlWord.Ctrl_LISTSIMPLE;
10272
switch (token.
RtfControlWordInfo
.Control)
10366
switch (token.
RtfControlWordInfo
.Control)
10453
switch (token.
RtfControlWordInfo
.Control)
10862
switch (token.
RtfControlWordInfo
.Control)
11199
switch (token.
RtfControlWordInfo
.Control)
11300
switch (token.
RtfControlWordInfo
.Control)