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