1 write to _rtfControlTable
PresentationFramework (1)
System\Windows\Documents\RtfToXamlLexer.cs (1)
559
_rtfControlTable
= new Hashtable(controlWordInfoTable.Length);
4 references to _rtfControlTable
PresentationFramework (4)
System\Windows\Documents\RtfToXamlLexer.cs (4)
556
if (
_rtfControlTable
== null)
563
_rtfControlTable
.Add(controlWordInfoTable[i].ControlName, controlWordInfoTable[i]);
568
RtfControlWordInfo cwi = (RtfControlWordInfo)
_rtfControlTable
[controlName];
573
cwi = (RtfControlWordInfo)
_rtfControlTable
[controlName];