InputBindingCollection::IsFixedSize Property
.NET Framework (current version)
Gets a value that indicates whether this InputBindingCollection has a fixed size.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if the collection has a fixed size; otherwise, false. The default is false.
Implements
IList::IsFixedSizeAn InputBindingCollection is never a fixed size; therefore, IsFixedSize always returns false.
.NET Framework
Available since 3.0
Available since 3.0
Show: