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