1 reference to LockableDictionary
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
163
public IDictionary Properties => _properties ??= new
LockableDictionary
(this, 8 /* # of properties we have */);