10 references to KeyTipAndContentSyncHelper
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (5)
756KeyTipAndContentSyncHelper.Sync(this, ContentProperty); 761KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, ContentProperty); 766return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, ContentProperty); 771KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, ContentProperty); 776return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
1776KeyTipAndContentSyncHelper.Sync(this, HeaderProperty); 1781KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1786return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty); 1791KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1796return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);