InputBindingCollection::SyncRoot Property

 

Gets an object that can be used to synchronize access to the InputBindingCollection.

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

public:
property Object^ SyncRoot {
	virtual Object^ get() sealed;
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the InputBindingCollection.

.NET Framework
Available since 3.0
Return to top
Show: