8 writes to Value
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (8)
520
Value
= "CustomProperty"
539
Value
= "CustomProperty"
591
Value
= "CustomProperty"
622
Value
= "CustomProperty"
808
Value
= "CustomProperty"
825
Value
= "CustomProperty"
885
Value
= "CustomProperty"
914
Value
= "CustomProperty"
4 references to Value
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (4)
546
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).
Value
);
607
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).
Value
);
638
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).
Value
);
887
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(control.DataSourceProperty).
Value
);