Class WindowsControlUtils
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Controls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class WindowsControlUtils
Methods
ForWindowFromFrameworkElement(object, Action<Window>)
Declaration
public static void ForWindowFromFrameworkElement(this object frameworkElement, Action<Window> action)
Parameters
Type | Name | Description |
---|---|---|
object | frameworkElement | |
Action<Window> | action |