1 type derived from PropertyManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
16
internal class RelatedPropertyManager :
PropertyManager
{
1 instantiation of PropertyManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingContext.cs (1)
352
bindingManagerBase = 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
)
440
if (binding.BindToObject.BindingManagerBase is
PropertyManager
)