Also, properties marked as internal
will throw a BindingExpression path error
if used for DataBinding in WPF. So those have to be public
in order to work properly, even when the DataBinding takes place within the same assembly.
↧
Answer by M463 for internal vs public in c#
↧