2 implementations of ISyncKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
33public class RibbonGalleryItem : ContentControl, ISyncKeyTipAndContent
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
44public class RibbonMenuItem : MenuItem, ISyncKeyTipAndContent
19 references to ISyncKeyTipAndContent
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (7)
719bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 725bool ISyncKeyTipAndContent.IsKeyTipSyncSource 731bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 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\RibbonKeyTipAndContentSyncHelper.cs (5)
25public static void Sync(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 73public static void OnKeyTipChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 91public static object CoerceKeyTip(ISyncKeyTipAndContent syncElement, 118public static void OnContentPropertyChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 136public static object CoerceContentProperty(ISyncKeyTipAndContent syncElement,
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
1616bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 1622bool ISyncKeyTipAndContent.IsKeyTipSyncSource 1628bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 1784KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1789return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty); 1794KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1799return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);