Class WindowsControlUtils
Inheritance
System.Object
WindowsControlUtils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|---|
System.Object | frameworkElement | |
System.Action<System.Windows.Window> | action |