1 write to _rtfControlTable
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
562_rtfControlTable = new Hashtable(controlWordInfoTable.Length);
4 references to _rtfControlTable
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (4)
559if (_rtfControlTable == null) 566_rtfControlTable.Add(controlWordInfoTable[i].ControlName, controlWordInfoTable[i]); 571RtfControlWordInfo cwi = (RtfControlWordInfo)_rtfControlTable[controlName]; 576cwi = (RtfControlWordInfo)_rtfControlTable[controlName];