10 references to KeyTipAndContentSyncHelper
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (5)
758KeyTipAndContentSyncHelper.Sync(this, ContentProperty); 763KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, ContentProperty); 768return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, ContentProperty); 773KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, ContentProperty); 778return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
1779KeyTipAndContentSyncHelper.Sync(this, HeaderProperty); 1784KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1789return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty); 1794KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1799return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);