Implemented interface member:
7 references to IsFixedSize
System.Windows.Forms.Tests (7)
System\Windows\Forms\BindingSourceTests.cs (7)
40
Assert.False(source.
IsFixedSize
);
99
Assert.False(source.
IsFixedSize
);
164
Assert.Equal(expectedIsFixedSize, source.
IsFixedSize
);
250
Assert.Equal(expectedIsFixedSize, source.
IsFixedSize
);
320
Assert.Equal(expectedIsFixedSize, source.
IsFixedSize
);
429
Assert.False(source.
IsFixedSize
);
503
Assert.False(source.
IsFixedSize
);