Exemplo n.º 1
0
 public static void SetWindow(Titlebar source, Window value)
 {
     source.SetValue(WindowProperty, value);
 }
Exemplo n.º 2
0
 public static Window GetWindow(Titlebar source)
 {
     return((Window)source.GetValue(WindowProperty));
 }