C# Class Solutionizer.Infrastructure.WindowStatePersistence

ファイルを表示 Open project: thoemmi/Solutionizer

Public Properties

Property Type Description
SettingsProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetSettings ( Window element ) : Settings
SetSettings ( Window element, Settings value ) : void

Private Methods

Method Description
OnChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetSettings() public static method

public static GetSettings ( Window element ) : Settings
element System.Windows.Window
return Solutionizer.Services.Settings

SetSettings() public static method

public static SetSettings ( Window element, Settings value ) : void
element System.Windows.Window
value Solutionizer.Services.Settings
return void

Property Details

SettingsProperty public_oe static_oe property

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