7 references to _table
System.Windows.Forms (7)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.ToolToTipDictionary.cs (7)
19if (_table.TryGetValue(tool, out WeakReference<ToolTip?>? toolTipReference)) 24_table.Remove(tool); 32if (_table.TryGetValue(tool, out WeakReference<ToolTip?>? toolTipReference)) 38_table.Add(tool, new WeakReference<ToolTip?>(value)); 45if (_table.TryGetValue(tool, out WeakReference<ToolTip?>? toolTipReference)) 51_table.Remove(tool); 57_table.Remove(tool);