For start I will say that I googled this issue, and there are a lot of topic about that, but none of those helped me to solved my problem (For example: ThisPost, Or This, Or this)
So the problem is that I have a Windows Form application, that host a WPF application. I have an ElementHost object, that contains the WPF control as a child. when I use the .Show method, I have black flicker for 1 or 2 second, and then I see the content of my wpf.
I try to play with the visibility or to put different background, or set empty bounds before, but none of those helped me. if anyone have different solution, please share it with me.