1 write to _control
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxSystemMonitorTests.cs (1)
14_control = new AxSystemMonitor.AxSystemMonitor();
8 references to _control
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxSystemMonitorTests.cs (8)
15((ISupportInitialize)_control).BeginInit(); 16_form.Controls.Add(_control); 17((ISupportInitialize)_control).EndInit(); 23var properties = TypeDescriptor.GetProperties(_control); 24var events = TypeDescriptor.GetEvents(_control); 28Assert.True(_control.Enabled); 29Assert.Equal(0, _control.Counters.Count); 68_control.Dispose();