How to change WPF  image source on runtime ?
                            
                         
                        
                     
                 
                
                    
I get new bitmap from some other component ( dont have any control on the other component ) every 5 seconds and i need to update my wpf image control with the new bitmap ( every 5 seconds ... ). 
I cant find any way to update this wpf image control in run-time. 
How can i do it ? 
Thanks.