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();
26
var properties = TypeDescriptor.GetProperties(
_control
);
27
var events = TypeDescriptor.GetEvents(
_control
);
31
Assert.True(
_control
.Enabled);
32
Assert.Equal(0,
_control
.Counters.Count);
71
_control
.Dispose();