2 writes to DataSourceProperty
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
518
DataSourceProperty
= new DataSource
589
DataSourceProperty
= new DataSource
8 references to DataSourceProperty
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (8)
525
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
605
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
804
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
810
Assert.Null(control.
DataSourceProperty
);
827
Assert.Null(control.
DataSourceProperty
);
881
PropertyDescriptor property = events[nameof(CustomAxHost.
DataSourceProperty
)];
887
Assert.Equal("CustomProperty", Assert.IsType<DataSource>(control.
DataSourceProperty
).Value);
916
Assert.Null(control.
DataSourceProperty
);