C# Class GraphicEditor.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: msCube/Gallery

Méthodes publiques

Méthode Description
MainWindow ( ) : System
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
GetMonitorInfo ( IntPtr hMonitor, Monitorinfo lpmi ) : bool
InitializeComponent ( ) : void
MainContainer_Loaded ( object sender, RoutedEventArgs e ) : void
MainContainer_Unloaded ( object sender, CancelEventArgs e ) : void
MainWindow_OnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MonitorFromWindow ( IntPtr handle, int flags ) : IntPtr
System ( int connectionId, object target ) : void
WindowProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
Window_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
WmGetMinMaxInfo ( IntPtr hwnd, IntPtr lParam ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void