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