C# Class NuGet.Dialog.PackageManagerUI.RatingControl

Inheritance: System.Windows.Controls.Primitives.RangeBase
Afficher le fichier Open project: grendello/nuget

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

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

Private Methods

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

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

OnMaximumChanged() protected méthode

protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void
oldMaximum double
newMaximum double
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
Résultat void