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)
1607
bool ISyncKeyTipAndContent.
IsKeyTipSyncSource
2 writes to IsKeyTipSyncSource
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
51
syncElement.
IsKeyTipSyncSource
= true;
58
syncElement.
IsKeyTipSyncSource
= false;
4 references to IsKeyTipSyncSource
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (4)
80
if (syncElement.
IsKeyTipSyncSource
)
96
!syncElement.
IsKeyTipSyncSource
)
125
if (!syncElement.
IsKeyTipSyncSource
)
140
syncElement.
IsKeyTipSyncSource
)