C# 클래스 GraphicalDebugging.GraphicalWatchControl

Interaction logic for GraphicalWatchControl.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: awulkiew/graphical-debugging

Private Properties

프로퍼티 타입 설명
DebuggerEvents_OnEnterBreakMode void
ResetAt void
SelectAt void
UpdateItem void
UpdateItems void
VSColorTheme_ThemeChanged void
VariableItem_NameChanged void
dataGrid_PreviewKeyDown void

공개 메소드들

메소드 설명
GraphicalWatchControl ( ) : System.Collections.ObjectModel

Initializes a new instance of the GraphicalWatchControl class.

비공개 메소드들

메소드 설명
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

메소드 상세

GraphicalWatchControl() 공개 메소드

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