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