79219397

Date: 2024-11-24 05:59:36
Score: 2
Natty:
Report link

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

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: PRIYANSHU TOMAR