C# Class ModernWPF.Controls.DialogControlContainer

Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: soukoku/ModernWPF Class Usage Examples

Public Properties

Property Type Description
DisableTargetProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

Protected Methods

Method Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
BindContentAlignment ( DialogControl content ) : void
Close ( DialogControl dialog ) : void
DetermineAniDirection ( DialogControl content ) : SlideFromDirection
DialogControlContainer ( ) : System
DoShowContentAnimation ( DialogControl content ) : void
Show ( DialogControl dialog ) : void
ShowMostRecentDialogIfNecessary ( ) : void

Method Details

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

DisableTargetProperty public_oe static_oe property

The dependency property for DisableTarget.
public static DependencyProperty,System.Windows DisableTargetProperty
return System.Windows.DependencyProperty