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