示例#1
0
 public static void SetWindow(Titlebar source, Window value)
 {
     source.SetValue(WindowProperty, value);
 }
示例#2
0
 public static Window GetWindow(Titlebar source)
 {
     return((Window)source.GetValue(WindowProperty));
 }