1 type derived from PropertyManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
16internal class RelatedPropertyManager : PropertyManager {
1 instantiation of PropertyManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingContext.cs (1)
352bindingManagerBase = new PropertyManager(dataSource);
2 references to PropertyManager
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingContext.cs (2)
400} else if (propBinding.BindToObject.BindingManagerBase is PropertyManager) 440if (binding.BindToObject.BindingManagerBase is PropertyManager)