2 implementations of ISyncKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
31public class RibbonGalleryItem : ContentControl, ISyncKeyTipAndContent
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
41public class RibbonMenuItem : MenuItem, ISyncKeyTipAndContent
19 references to ISyncKeyTipAndContent
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (7)
717bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 723bool ISyncKeyTipAndContent.IsKeyTipSyncSource 729bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 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\RibbonKeyTipAndContentSyncHelper.cs (5)
24public static void Sync(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 72public static void OnKeyTipChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 90public static object CoerceKeyTip(ISyncKeyTipAndContent syncElement, 117public static void OnContentPropertyChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 135public static object CoerceContentProperty(ISyncKeyTipAndContent syncElement,
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
1613bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 1619bool ISyncKeyTipAndContent.IsKeyTipSyncSource 1625bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 1781KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1786return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty); 1791KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1796return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);