1 write to _control
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxSystemMonitorTests.cs (1)
17_control = new AxSystemMonitor.AxSystemMonitor();
8 references to _control
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxSystemMonitorTests.cs (8)
18((ISupportInitialize)_control).BeginInit(); 19_form.Controls.Add(_control); 20((ISupportInitialize)_control).EndInit(); 26var properties = TypeDescriptor.GetProperties(_control); 27var events = TypeDescriptor.GetEvents(_control); 31Assert.True(_control.Enabled); 32Assert.Equal(0, _control.Counters.Count); 71_control.Dispose();