コード例 #1
0
ファイル: Window.cs プロジェクト: zalid/elysium
 public static Thickness GetResizeBorderThickness([NotNull] Controls.Window obj)
 {
     ValidationHelper.NotNull(obj, "obj");
     ThicknessUtil.EnsureNonNegative();
     return(BoxingHelper <Thickness> .Unbox(obj.GetValue(ResizeBorderThicknessProperty)));
 }
コード例 #2
0
ファイル: Window.cs プロジェクト: zalid/elysium
 public static object GetRestoreButtonToolTip([NotNull] Controls.Window obj)
 {
     return(obj.GetValue(RestoreButtonToolTipProperty));
 }
コード例 #3
0
ファイル: Window.cs プロジェクト: zalid/elysium
 public static object GetMaximizeButtonToolTip(Controls.Window obj)
 {
     return(obj.GetValue(MaximizeButtonToolTipProperty));
 }