C# Class TrakHound_Dashboard.Controls.Developer_Console.PopUp

Interaction logic for PopUp.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
DetailsShownProperty System.Windows.DependencyProperty
SelectedLineProperty System.Windows.DependencyProperty
ShownProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddLine ( Line line, string applicationName ) : void
PopUp ( ) : System
ScrollLastIntoView ( ) : void

Private Methods

Method Description
AddConsoleLine ( Line line ) : void
AddLine_GUI ( Line line, string applicationName ) : void
CheckScrollPosition ( ) : void
Clear_Clicked ( TrakHound_UI bt ) : void
Copy_Clicked ( TrakHound_UI bt ) : void
Dashboard_Click ( object sender, RoutedEventArgs e ) : void
DataGrid_Loaded ( object sender, RoutedEventArgs e ) : void
DataGrid_LoadingRow ( object sender, System.Windows.Controls.DataGridRowEventArgs e ) : void
Details_Clicked ( TrakHound_UI bt ) : void
GetScrollViewer ( DependencyObject obj ) : ScrollViewer
Minimize_ToolBarItem_Clicked ( TrakHound_UI bt ) : void
RemoveOldLines ( ) : void
Server_Click ( object sender, RoutedEventArgs e ) : void
SetCurrentOutput ( string currentOutput ) : void
dg_SelectedCellsChanged ( object sender, System.Windows.Controls.SelectedCellsChangedEventArgs e ) : void

Method Details

AddLine() public method

public AddLine ( Line line, string applicationName ) : void
line Line
applicationName string
return void

PopUp() public method

public PopUp ( ) : System
return System

ScrollLastIntoView() public method

public ScrollLastIntoView ( ) : void
return void

Property Details

DetailsShownProperty public static property

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

SelectedLineProperty public static property

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

ShownProperty public static property

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