10 references to KeyTipAndContentSyncHelper
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (5)
755
KeyTipAndContentSyncHelper
.Sync(this, ContentProperty);
760
KeyTipAndContentSyncHelper
.OnKeyTipChanged((ISyncKeyTipAndContent)d, ContentProperty);
765
return
KeyTipAndContentSyncHelper
.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, ContentProperty);
770
KeyTipAndContentSyncHelper
.OnContentPropertyChanged((ISyncKeyTipAndContent)d, ContentProperty);
775
return
KeyTipAndContentSyncHelper
.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (5)
1762
KeyTipAndContentSyncHelper
.Sync(this, HeaderProperty);
1767
KeyTipAndContentSyncHelper
.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty);
1772
return
KeyTipAndContentSyncHelper
.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty);
1777
KeyTipAndContentSyncHelper
.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty);
1782
return
KeyTipAndContentSyncHelper
.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);