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