1 write to _control
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxSystemMonitorTests.cs (1)
19_control = new AxSystemMonitor.AxSystemMonitor();
8 references to _control
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxSystemMonitorTests.cs (8)
20((ISupportInitialize)_control).BeginInit(); 21_form.Controls.Add(_control); 22((ISupportInitialize)_control).EndInit(); 28var properties = TypeDescriptor.GetProperties(_control); 29var events = TypeDescriptor.GetEvents(_control); 33Assert.True(_control.Enabled); 34Assert.Equal(0, _control.Counters.Count); 73_control.Dispose();