Is there a way to find out the z-order of all active windows in my application (application.current.windows) or any other way to find out what is the "parent" window of a modal window?
I am trying to implement a "shader" functionality, that should fade the parent window when a modal window is shown. (the only way I have found so far is to pass the "parent" window as a parameter, but I don't really like it this way) .