To get the PresentationSource for a WPF MessageBox, you can access the PresentationSource property of the Window that is internally created by the MessageBox when it is shown; however, directly accessing this property is not recommended as the MessageBox is a system-level dialog and its internal structure might change across versions