In WinForm\'s control, there is an OnLoaded virtual function, but this seems to be missing in WPF control. I found this function very useful in some situations. For example, I c
you will be looking for FrameworkElement.EndInit()
This will work after the initialization process of the Element...