C# Class CitizenMatt.ReSharper.ExtensionManager.Implementation.ExtensionManagerWindow.Controls.RatingControl

Inheritance: System.Windows.Controls.Primitives.RangeBase
Show file Open project: citizenmatt/ReSharperExtensionManager

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnMaximumChanged ( double oldMaximum, double newMaximum ) : void
OnValueChanged ( double oldValue, double newValue ) : void

Private Methods

Method Description
RatingControl ( ) : System.Windows
RootElement_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UpdateStarList ( ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

OnMaximumChanged() protected method

protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void
oldMaximum double
newMaximum double
return void

OnValueChanged() protected method

protected OnValueChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
return void