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

Exibir arquivo Open project: kasicass/kasicass Class Usage Examples

Public Methods

Method 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 method

public static CoerceContentProperty ( ISyncKeyTipAndContent syncElement, object baseValue ) : object
syncElement ISyncKeyTipAndContent
baseValue object
return object

CoerceKeyTip() public static method

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

OnContentPropertyChanged() public static method

public static OnContentPropertyChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
return void

OnKeyTipChanged() public static method

public static OnKeyTipChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
return void

Sync() public static method

public static Sync ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
return void