Exemple #1
0
 public static string GetPlacement(this Window window)
 {
     return(WindowRestorerService.GetPlacement(new WindowInteropHelper(window).Handle));
 }
Exemple #2
0
 public static void SetPlacement(this Window window, string placementXml)
 {
     WindowRestorerService.SetPlacement(new WindowInteropHelper(window).Handle, placementXml);
 }