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