C# 클래스 GraphicalDebugging.GeometryWatchControl

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GeometryWatchControl ( ) : System.Collections.Generic

Initializes a new instance of the GeometryWatchControl class.

비공개 메소드들

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

메소드 상세

GeometryWatchControl() 공개 메소드

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