2 writes to DataSourceProperty
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
516
DataSourceProperty
= new DataSource
587
DataSourceProperty
= new DataSource
8 references to DataSourceProperty
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (8)
523
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
603
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
802
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
808
Assert.Null(control.
DataSourceProperty
);
825
Assert.Null(control.
DataSourceProperty
);
879
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
885
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(control.
DataSourceProperty
).Value);
914
Assert.Null(control.
DataSourceProperty
);