some of my controls have to be the same height of the screen so on the height property I do this binding
Height="x:Static SystemParameters.PrimaryScreenHeight"
however, I am going to have multiple monitors in this app. so when I move the window with the controls to the "other" monitors is that now considered the primary screen? if not then how do I get the ScreenHeight of the current screen that the window/controls are on?