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) 71public static void OnKeyTipChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 89public static object CoerceKeyTip(ISyncKeyTipAndContent syncElement, 116public static void OnContentPropertyChanged(ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty) 134public static object CoerceContentProperty(ISyncKeyTipAndContent syncElement,
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
1601bool ISyncKeyTipAndContent.KeepKeyTipAndContentInSync 1607bool ISyncKeyTipAndContent.IsKeyTipSyncSource 1613bool ISyncKeyTipAndContent.SyncingKeyTipAndContent 1769KeyTipAndContentSyncHelper.OnKeyTipChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1774return KeyTipAndContentSyncHelper.CoerceKeyTip((ISyncKeyTipAndContent)d, baseValue, HeaderProperty); 1779KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, HeaderProperty); 1784return KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue);