C# Class FirstFloor.ModernUI.Helpers.PopupHelper

ファイルを表示 Open project: gro-ove/actools

Public Properties

Property Type Description
GroupProperty System.Windows.DependencyProperty
RegisterProperty System.Windows.DependencyProperty

Public Methods

Method Description
CloseOpened ( ) : void
GetGroup ( DependencyObject obj ) : int
GetOpenPopups ( ) : IEnumerable
GetRegister ( DependencyObject obj ) : bool
Initialize ( ) : void
SetGroup ( DependencyObject obj, int value ) : void
SetRegister ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
OnRegisterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PopupOpened ( object sender, EventArgs eventArgs ) : void
WindowKeyDown ( object sender, RoutedEventArgs e ) : void

Method Details

CloseOpened() public static method

public static CloseOpened ( ) : void
return void

GetGroup() public static method

public static GetGroup ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
return int

GetOpenPopups() public static method

public static GetOpenPopups ( ) : IEnumerable
return IEnumerable

GetRegister() public static method

public static GetRegister ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

Initialize() public static method

public static Initialize ( ) : void
return void

SetGroup() public static method

public static SetGroup ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
return void

SetRegister() public static method

public static SetRegister ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

GroupProperty public_oe static_oe property

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

RegisterProperty public_oe static_oe property

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