Implemented interface member:
7 references to IsFixedSize
System.Windows.Forms.Tests (7)
System\Windows\Forms\BindingSourceTests.cs (7)
38
Assert.False(source.
IsFixedSize
);
97
Assert.False(source.
IsFixedSize
);
162
Assert.Equal(expectedIsFixedSize, source.
IsFixedSize
);
248
Assert.Equal(expectedIsFixedSize, source.
IsFixedSize
);
318
Assert.Equal(expectedIsFixedSize, source.
IsFixedSize
);
427
Assert.False(source.
IsFixedSize
);
501
Assert.False(source.
IsFixedSize
);