2 implementations of IsKeyTipSyncSource
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
723
bool ISyncKeyTipAndContent.
IsKeyTipSyncSource
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1619
bool ISyncKeyTipAndContent.
IsKeyTipSyncSource
2 writes to IsKeyTipSyncSource
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
52
syncElement.
IsKeyTipSyncSource
= true;
59
syncElement.
IsKeyTipSyncSource
= false;
4 references to IsKeyTipSyncSource
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (4)
81
if (syncElement.
IsKeyTipSyncSource
)
97
!syncElement.
IsKeyTipSyncSource
)
126
if (!syncElement.
IsKeyTipSyncSource
)
141
syncElement.
IsKeyTipSyncSource
)