2 implementations of ISyncKeyTipAndContent
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
30public class RibbonGalleryItem : ContentControl, ISyncKeyTipAndContent
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
40public class RibbonMenuItem : MenuItem, ISyncKeyTipAndContent
19 references to ISyncKeyTipAndContent
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (7)
716bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 722bool ISyncKeyTipAndContent.IsKeyTipSyncSource 728bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 760KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, ContentProperty); 765return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, ContentProperty); 770KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, ContentProperty); 775return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (5)
23public static void Sync(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 70public static void OnKeyTipChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 88public static object CoerceKeyTip(ISyncKeyTipAndContent syncElement, 115public static void OnContentPropertyChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 133public static object CoerceContentProperty(ISyncKeyTipAndContent syncElement,
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
1599bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 1605bool ISyncKeyTipAndContent.IsKeyTipSyncSource 1611bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 1767KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1772return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty); 1777KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1782return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);