Esempio n. 1
0
 public static void SetWindowPlacement(this Window window, String placementBase64String)
 {
     WindowPlacement.SetWindowPlacement(new WindowInteropHelper(window).Handle, placementBase64String);
 }
Esempio n. 2
0
 public static String GetWindowPlacement(this Window window)
 {
     return(WindowPlacement.GetWindowPlacement(new WindowInteropHelper(window).Handle));
 }