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