2 writes to Table
System.Windows.Forms.Tests (2)
System\Windows\Forms\Control.ActiveXImplTests.cs (2)
59control.Table = new Hashtable() { { "Whas", "sup" } }; 67control.Table = default;
1 reference to Table
System.Windows.Forms.Tests (1)
System\Windows\Forms\Control.ActiveXImplTests.cs (1)
72Assert.Equal("sup", control.Table!["Whas"]);