InputBindingCollection::IsSynchronized Property

 

Gets a value indicating whether access to this InputBindingCollection is synchronized (thread-safe).

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool IsSynchronized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the collection is thread safe; otherwise, false. The default is false.

SyncRoot can be used to synchronize access to the collection.

.NET Framework
Available since 3.0
Return to top
Show: