C# Class GraphicalDebugging.GraphicalWatchControl

Interaction logic for GraphicalWatchControl.
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: awulkiew/graphical-debugging

Private Properties

Property Type Description
DebuggerEvents_OnEnterBreakMode void
ResetAt void
SelectAt void
UpdateItem void
UpdateItems void
VSColorTheme_ThemeChanged void
VariableItem_NameChanged void
dataGrid_PreviewKeyDown void

Public Methods

Method Description
GraphicalWatchControl ( ) : System.Collections.ObjectModel

Initializes a new instance of the GraphicalWatchControl class.

Private Methods

Method Description
DebuggerEvents_OnEnterBreakMode ( dbgEventReason Reason, dbgExecutionAction &ExecutionAction ) : void
ResetAt ( GraphicalDebugging.VariableItem item, int index ) : void
SelectAt ( int index, bool isNew = false ) : void
UpdateItem ( int index ) : void
UpdateItems ( ) : void
VSColorTheme_ThemeChanged ( ThemeChangedEventArgs e ) : void
VariableItem_NameChanged ( object sender, System e ) : void
dataGrid_PreviewKeyDown ( object sender, System e ) : void

Method Details

GraphicalWatchControl() public method

Initializes a new instance of the GraphicalWatchControl class.
public GraphicalWatchControl ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel