I am wondering if an overridden OnApplyTemplate
method can be called before the non-static constructor of the Control is called?
I am currently investigating possible NullReferenceException
sources and was wondering if such scenario could be the cause of it, thanks.