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