I have 2 tab items. In tab No.1 I have a control which corresponds to window resize event and need to call PointToScreen().
The problem is Tab no 2 is active and I resize the window, the control in tab no.1 reacts and fail because its' visual is not being rendered and I get "This Visual is not connected to a PresentationSource" exception.
Do you know how to check this case before I call PointoScreen ?
Thanks Ariel