C# Class Source.WPF.BuzyWait

Inheritance: System.Windows.FrameworkElement
Afficher le fichier Open project: mrange/T4Include

Méthodes publiques

Свойство Type Description
AnimationClockProperty System.Windows.DependencyProperty
IsWaitingProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
BuzyWait ( ) : System.Collections
ClearAnimationClock ( DependencyObject dependencyObject ) : void
GetAnimationClock ( DependencyObject dependencyObject ) : double
SetAnimationClock ( DependencyObject dependencyObject, double value ) : void

Méthodes protégées

Méthode Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Méthode Description
BuzyWait ( ) : System
Changed_AnimationClock ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_AnimationClock ( DependencyObject dependencyObject, double oldValue, double newValue ) : void
Changed_IsWaiting ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_IsWaiting ( bool oldValue, bool newValue ) : void
CoerceAllProperties ( ) : void
Coerce_AnimationClock ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_AnimationClock ( DependencyObject dependencyObject, double &coercedValue ) : void
Coerce_IsWaiting ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_IsWaiting ( bool &coercedValue ) : void
Constructed__BuzyWait ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

BuzyWait() public méthode

public BuzyWait ( ) : System.Collections
Résultat System.Collections

ClearAnimationClock() public static méthode

public static ClearAnimationClock ( DependencyObject dependencyObject ) : void
dependencyObject System.Windows.DependencyObject
Résultat void

GetAnimationClock() public static méthode

public static GetAnimationClock ( DependencyObject dependencyObject ) : double
dependencyObject System.Windows.DependencyObject
Résultat double

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
Résultat void

SetAnimationClock() public static méthode

public static SetAnimationClock ( DependencyObject dependencyObject, double value ) : void
dependencyObject System.Windows.DependencyObject
value double
Résultat void

Property Details

AnimationClockProperty public_oe static_oe property

public static DependencyProperty,System.Windows AnimationClockProperty
Résultat System.Windows.DependencyProperty

IsWaitingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsWaitingProperty
Résultat System.Windows.DependencyProperty