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