C# Class GraphicEditor.View.UserControls.ChildWindow

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: msCube/Gallery Class Usage Examples

Public Properties

Property Type Description
ChildrenProperty System.Windows.DependencyPropertyKey

Public Methods

Method Description
ChildWindow ( ) : System.Collections.Generic
Move ( int x, int y ) : void
Notify ( ) : void
Subscribe ( System.Windows.Controls.MenuItem observer ) : void
Unsubscribe ( System.Windows.Controls.MenuItem observer ) : void

Private Methods

Method Description
ButtonClose_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
Resize_End ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Resize_Init ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Resizeing_Form ( object sender, System.Windows.Input.MouseEventArgs e ) : void
System ( int connectionId, object target ) : void
TopPanelMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
TopPanelMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

ChildWindow() public method

public ChildWindow ( ) : System.Collections.Generic
return System.Collections.Generic

Move() public method

public Move ( int x, int y ) : void
x int
y int
return void

Notify() public method

public Notify ( ) : void
return void

Subscribe() public method

public Subscribe ( System.Windows.Controls.MenuItem observer ) : void
observer System.Windows.Controls.MenuItem
return void

Unsubscribe() public method

public Unsubscribe ( System.Windows.Controls.MenuItem observer ) : void
observer System.Windows.Controls.MenuItem
return void

Property Details

ChildrenProperty public_oe static_oe property

public static DependencyPropertyKey,System.Windows ChildrenProperty
return System.Windows.DependencyPropertyKey