1 type derived from PropertyManager
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\RelatedPropertyManager.cs (1)
9internal class RelatedPropertyManager : PropertyManager
1 instantiation of PropertyManager
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.cs (1)
254bindingManagerBase = new PropertyManager(dataSource);
2 references to PropertyManager
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingContext.cs (2)
310else if (propBinding.BindingManagerBase is PropertyManager) 356if (binding.BindingManagerBase is PropertyManager)