C# Class FlatRedBallProfiler.Controls.RenderBreakHistoryControl

Interaction logic for RenderBreakHistoryControl.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
AddLineFor void
CountToY double
CreateHorizontalLines void
CreateHorizontalLines void
ExtendExistingLineFor void
HandleCurrentFrameRecordClick void
HandleDataContextChanged void
HandleRenderBreaksAdded void

Public Methods

Method Description
RenderBreakHistoryControl ( ) : System

Private Methods

Method Description
AddLineFor ( FrameRecordViewModel newBreak, FrameRecordViewModel previous ) : void
CountToY ( int count ) : double
CreateHorizontalLines ( ) : void
CreateHorizontalLines ( int renderBreakCount ) : void
ExtendExistingLineFor ( FrameRecordViewModel newFrame ) : void
HandleCurrentFrameRecordClick ( object sender, RoutedEventArgs e ) : void
HandleDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
HandleRenderBreaksAdded ( object sender, System e ) : void

Method Details

RenderBreakHistoryControl() public method

public RenderBreakHistoryControl ( ) : System
return System