End Google Ads 201810 - BS.net 01 --> public class MyTextBox : TextBox
{
private static Dictionary mList = new Dictionary();

public MyTextBox()
{
mList.Add(Handle, new WeakReference(this));
}
}
Any problem for MyTextBox being garbage collected?