Class FormUtils
Contains static methods and properties related to forms handling
public static class FormUtils
- Inheritance
-
FormUtils
Methods
- CloseOtherWindows(WindowCloseAction?, Window?)
Closes all windows using the specified close action. If
action
is not specified, windows are disposed.
- ForEach(Action<Window>)
Executes the specified action on each window in the application.
- InvalidateAll()
Invalidates all windows in the application, causing them to be redrawn.