C# Class Microsoft.Windows.Controls.Ribbon.KeyTipAndContentSyncHelper

Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Méthode Description
CoerceContentProperty ( ISyncKeyTipAndContent syncElement, object baseValue ) : object
CoerceKeyTip ( ISyncKeyTipAndContent syncElement, object baseValue, DependencyProperty contentProperty ) : object
OnContentPropertyChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
OnKeyTipChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
Sync ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void

Method Details

CoerceContentProperty() public static méthode

public static CoerceContentProperty ( ISyncKeyTipAndContent syncElement, object baseValue ) : object
syncElement ISyncKeyTipAndContent
baseValue object
Résultat object

CoerceKeyTip() public static méthode

public static CoerceKeyTip ( ISyncKeyTipAndContent syncElement, object baseValue, DependencyProperty contentProperty ) : object
syncElement ISyncKeyTipAndContent
baseValue object
contentProperty System.Windows.DependencyProperty
Résultat object

OnContentPropertyChanged() public static méthode

public static OnContentPropertyChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
Résultat void

OnKeyTipChanged() public static méthode

public static OnKeyTipChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
Résultat void

Sync() public static méthode

public static Sync ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
Résultat void