Tag Archives: parent

C#.codebox 1: WPF – How to get the parent window of a control?

0
Filed under C\C++\C#, How to?, Programming, Source code
Tagged as , , , , ,

C#.codebox 1

WPF – How to get the parent window of a control?

1
   Window thisControl_Window = Window.GetWindow(this);