1 write to _rtfControlTable
PresentationFramework (1)
System\Windows\Documents\RtfToXamlLexer.cs (1)
560
_rtfControlTable
= new Hashtable(controlWordInfoTable.Length);
4 references to _rtfControlTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlLexer.cs (4)
557
if (
_rtfControlTable
== null)
564
_rtfControlTable
.Add(controlWordInfoTable[i].ControlName, controlWordInfoTable[i]);
569
RtfControlWordInfo cwi = (RtfControlWordInfo)
_rtfControlTable
[controlName];
574
cwi = (RtfControlWordInfo)
_rtfControlTable
[controlName];