C# Класс Microsoft.Windows.Controls.Ribbon.KeyTipAndContentSyncHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CoerceContentProperty() публичный статический Метод

public static CoerceContentProperty ( ISyncKeyTipAndContent syncElement, object baseValue ) : object
syncElement ISyncKeyTipAndContent
baseValue object
Результат object

CoerceKeyTip() публичный статический Метод

public static CoerceKeyTip ( ISyncKeyTipAndContent syncElement, object baseValue, DependencyProperty contentProperty ) : object
syncElement ISyncKeyTipAndContent
baseValue object
contentProperty System.Windows.DependencyProperty
Результат object

OnContentPropertyChanged() публичный статический Метод

public static OnContentPropertyChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
Результат void

OnKeyTipChanged() публичный статический Метод

public static OnKeyTipChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
Результат void

Sync() публичный статический Метод

public static Sync ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
Результат void