C# Class PeerCastStation.WPF.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
MainWindow ( PeerCastAppViewModel viewmodel ) : System

Protected Methods

Method Description
OnActivated ( EventArgs e ) : void
OnClosing ( System e ) : void
OnLocationChanged ( EventArgs e ) : void
OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void

Private Methods

Method Description
IsFinite ( double value ) : bool
OnAbout ( object sender, System e ) : void
OnOpenBrowserUI ( object sender, System e ) : void
OnOpenHelp ( object sender, System e ) : void
OnOpenSettings ( object sender, System e ) : void
OnQuit ( object sender, System e ) : void
OnShowLogs ( object sender, System e ) : void
OnWindowMessage ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
UpdateCheck_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( PeerCastAppViewModel viewmodel ) : System
viewmodel PeerCastAppViewModel
return System

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

OnLocationChanged() protected method

protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnRenderSizeChanged() protected method

protected OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void
sizeInfo System.Windows.SizeChangedInfo
return void