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();
28
var properties = TypeDescriptor.GetProperties(
_control
);
29
var events = TypeDescriptor.GetEvents(
_control
);
33
Assert.True(
_control
.Enabled);
34
Assert.Equal(0,
_control
.Counters.Count);
73
_control
.Dispose();