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