C# Class GraphicalDebugging.GeometryWatchControl

Interaction logic for GeometryWatchControl.
Inheritance: System.Windows.Controls.UserControl
Show file Open project: awulkiew/graphical-debugging

Private Properties

Property Type Description
DebuggerEvents_OnEnterBreakMode void
GeometryItem_NameChanged void
GeometryWatchWindow_SizeChanged void
GridSplitter_DragCompleted void
MenuItem_Copy void
ResetAt void
SelectAt void
UpdateItems void
VSColorTheme_ThemeChanged void
dataGrid_PreviewKeyDown void

Public Methods

Method Description
GeometryWatchControl ( ) : System.Collections.Generic

Initializes a new instance of the GeometryWatchControl class.

Private Methods

Method Description
DebuggerEvents_OnEnterBreakMode ( dbgEventReason Reason, dbgExecutionAction &ExecutionAction ) : void
GeometryItem_NameChanged ( object sender, System e ) : void
GeometryWatchWindow_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
GridSplitter_DragCompleted ( object sender, System e ) : void
MenuItem_Copy ( object sender, RoutedEventArgs e ) : void
ResetAt ( GeometryItem item, int index ) : void
SelectAt ( int index, bool isNew = false ) : void
UpdateItems ( int modified_index = -1 ) : void
VSColorTheme_ThemeChanged ( ThemeChangedEventArgs e ) : void
dataGrid_PreviewKeyDown ( object sender, System e ) : void

Method Details

GeometryWatchControl() public method

Initializes a new instance of the GeometryWatchControl class.
public GeometryWatchControl ( ) : System.Collections.Generic
return System.Collections.Generic