1 write to RtfControlWordInfo
PresentationFramework (1)
System\Windows\Documents\RtfToXamlLexer.cs (1)
450
token.
RtfControlWordInfo
= RtfControlWordLookup(controlName);
13 references to RtfControlWordInfo
PresentationFramework (13)
System\Windows\Documents\RtfToXamlLexer.cs (2)
183
if (token.
RtfControlWordInfo
!= null && token.
RtfControlWordInfo
.Control == RtfControlWord.Ctrl_BIN)
System\Windows\Documents\RtfToXamlReader.cs (11)
7821
RtfControlWordInfo controlWordInfo = token.
RtfControlWordInfo
;
9926
if (token.
RtfControlWordInfo
.Control == RtfControlWord.Ctrl_NESTTABLEPROPS)
9940
switch (token.
RtfControlWordInfo
.Control)
10109
switch (token.
RtfControlWordInfo
.Control)
10134
listTableEntry.Simple = token.
RtfControlWordInfo
.Control == RtfControlWord.Ctrl_LISTSIMPLE;
10277
switch (token.
RtfControlWordInfo
.Control)
10371
switch (token.
RtfControlWordInfo
.Control)
10457
switch (token.
RtfControlWordInfo
.Control)
10965
switch (token.
RtfControlWordInfo
.Control)
11301
switch (token.
RtfControlWordInfo
.Control)
11402
switch (token.
RtfControlWordInfo
.Control)