8 writes to Value
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (8)
518
Value
= "CustomProperty"
537
Value
= "CustomProperty"
589
Value
= "CustomProperty"
620
Value
= "CustomProperty"
806
Value
= "CustomProperty"
823
Value
= "CustomProperty"
883
Value
= "CustomProperty"
912
Value
= "CustomProperty"
4 references to Value
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (4)
544
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).
Value
);
605
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).
Value
);
636
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).
Value
);
885
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(control.DataSourceProperty).
Value
);