C# Class PackmanVsix.Controls.ThemedWindow

Inheritance: System.Windows.Window
Mostrar archivo Open project: madskristensen/Packman

Public Properties

Property Type Description
ContentProperty System.Windows.DependencyProperty

Public Methods

Method Description
Show ( ) : void
ShowDialog ( ) : bool?
ThemedWindow ( ) : System

Protected Methods

Method Description
HandleSystemButtonClick ( ) : void
OnCloseButtonClicked ( ) : bool
OnPreviewKeyDown ( KeyEventArgs e ) : void

Private Methods

Method Description
BuildHeaderArea ( ) : FrameworkElement
CloseButtonClick ( object sender, RoutedEventArgs e ) : void
GenerateCloseGlyph ( FrameworkElement &container, Path &path ) : void
TitleBarLeftMouseButtonDown ( object sender, MouseButtonEventArgs e ) : void

Method Details

HandleSystemButtonClick() protected method

protected HandleSystemButtonClick ( ) : void
return void

OnCloseButtonClicked() protected method

protected OnCloseButtonClicked ( ) : bool
return bool

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

Show() public method

public Show ( ) : void
return void

ShowDialog() public method

public ShowDialog ( ) : bool?
return bool?

ThemedWindow() public method

public ThemedWindow ( ) : System
return System

Property Details

ContentProperty public_oe static_oe property

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