Method DisableAllFormsChildrenExcept
DisableAllFormsChildrenExcept(Window?)
Disables children controls for all windows in the application except the specified window.
public static ConcurrentStack<PropInstanceAndValue.SavedPropertiesItem>? DisableAllFormsChildrenExcept(Window? window = null)
Parameters
window
WindowWindow to ignore during the operation. Optional.