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