C# Class NuGet.Dialog.WindowSizePersistenceHelper

Exibir arquivo Open project: grendello/nuget

Public Properties

Property Type Description
WindowTokenProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetWindowToken ( DependencyObject obj ) : string
SetWindowToken ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnWindowClosed ( object sender, EventArgs e ) : void
OnWindowTokenPropertyChange ( object sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SetWindowSize ( Window window, Size size ) : void

Method Details

GetWindowToken() public static method

public static GetWindowToken ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

SetWindowToken() public static method

public static SetWindowToken ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

WindowTokenProperty public_oe static_oe property

public static DependencyProperty,System.Windows WindowTokenProperty
return System.Windows.DependencyProperty