Implemented interface member:
property
SyncRoot
System.Collections.ICollection.SyncRoot
6 references to SyncRoot
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
552
get {return _nsDeclarations.
SyncRoot
; }
PresentationCore (4)
System\Windows\Input\Command\ApplicationCommands.cs (1)
429
lock (_internalCommands.
SyncRoot
)
System\Windows\Input\Command\ComponentCommands.cs (1)
500
lock (_internalCommands.
SyncRoot
)
System\Windows\Input\Command\MediaCommands.cs (1)
439
lock (_internalCommands.
SyncRoot
)
System\Windows\Input\Command\NavigationCommands.cs (1)
326
lock (_internalCommands.
SyncRoot
)
PresentationFramework (1)
System\Windows\Markup\XmlnsDictionary.cs (1)
552
get {return _nsDeclarations.
SyncRoot
; }